Install Plugins Manually
Required user role when using Tenable Nessus Manager: System Administrator
You can manually update plugins on an offline Tenable Nessus system in two ways: the user interface or the command line interface.
Before you begin:
- Download and copy the Nessus plugins compressed TAR file to your system.
 
To install plugins manually using the Tenable Nessus user interface:
- 
                                                        
On the offline system running Nessus (A), in the top navigation bar, click Settings.
The About page appears.
 - Click the Software Update tab.
 - 
                                                        
In the upper-right corner, click the Manual Software Update button.
The Manual Software Update dialog box appears.
 - In the Manual Software Update dialog box, select Upload your own plugin archive, and then select Continue.
 - 
                                                        
Navigate to the compressed TAR file you downloaded, select it, then click Open.
Nessus updates with the uploaded plugins.
 
To install plugins manually using the command line interface:
- On the offline system running Nessus (A), open a command prompt.
 - Use the nessuscli update <tar.gz filename> command specific to your operating system.
 
| 
                                                                     Platform  | 
                                                                
                                                                     Command  | 
                                                            
|---|---|
| 
                                                                     Windows  | 
                                                                
                                                                     C:\Program Files\Tenable\Nessus>nessuscli.exe update <tar.gz filename>  | 
                                                            
| 
                                                                     macOS  | 
                                                                
                                                                     # /Library/Nessus/run/sbin/nessuscli update <tar.gz filename>  | 
                                                            
| 
                                                                     Linux  | 
                                                                
                                                                     # /opt/nessus/sbin/nessuscli update <tar.gz filename>  |