Update Tenable Nessus Manager Manually on an Offline System
On Tenable Nessus Manager, you can manually update software on an offline system in two ways.
-
Option 1: Use the Manual Software Update feature in the Nessus user interface.
- Option 2: Use the command-line interface and the nessuscli update command.
Option 1: Manual Software Update via the User Interface
- Download the file nessus-updates-x.x.x.tar.gz, where x.x.x is the version number, from https://www.tenable.com/downloads/nessus.
- On the offline system running Nessus (A), in the top navigation bar, select Settings.
- From the left navigation menu, select Software Update.
- Select the Manual Software Update button.
- In the Manual Software Update dialog box, select Upload your own plugin archive, and then select Continue.
- Navigate to the directory where you downloaded the compressed TAR file.
-
Select the compressed TAR file and then select Open.
Nessus updates with the uploaded plugins.
Option 2: Update via the Command Line
- Download the file nessus-updates-x.x.x.tar.gz, where x.x.x is the version number, from https://www.tenable.com/downloads/nessus.
- On the offline system running Nessus (A), open a command prompt.
- Use the nessuscli update <tar.gz file name> command specific to your operating system.
Platform |
Command |
---|---|
Windows |
C:\Program Files\Tenable\Nessus>nessuscli.exe update <tar.gz file name> |
macOS |
# /Library/Nessus/run/sbin/nessuscli update <tar.gz file name> |
Linux |
# /opt/nessus/sbin/nessuscli update <tar.gz file name> |
FreeBSD |
# /usr/local/nessus/sbin/nessuscli update <tar.gz file name> |