How to install Nessus?

0262

To install Nessus, follow these steps based on your operating system:

For Linux (Debian/Ubuntu)

  1. Download the Installer:

    wget https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/nessus-<version>-ubuntu1110_amd64.deb

    Replace <version> with the latest version number.

  2. Install the Package:

    sudo dpkg -i nessus-<version>-ubuntu1110_amd64.deb
  3. Start the Nessus Service:

    sudo systemctl start nessusd
  4. Enable the Service to Start on Boot:

    sudo systemctl enable nessusd

For Red Hat/CentOS

  1. Download the Installer:

    wget https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/nessus-<version>-es6.x86_64.rpm

    Replace <version> with the latest version number.

  2. Install the Package:

    sudo rpm -ivh nessus-<version>-es6.x86_64.rpm
  3. Start the Nessus Service:

    sudo systemctl start nessusd
  4. Enable the Service to Start on Boot:

    sudo systemctl enable nessusd

For Windows

  1. Download the Installer:

  2. Run the Installer:

    • Double-click the downloaded .exe file and follow the installation prompts.
  3. Start Nessus:

    • After installation, Nessus should start automatically. If not, you can start it from the Start menu.

For macOS

  1. Download the Installer:

  2. Run the Installer:

    • Open the downloaded .dmg file and drag the Nessus application to your Applications folder.
  3. Start Nessus:

    • Open Nessus from the Applications folder.

Accessing Nessus

After installation, access Nessus by opening a web browser and navigating to https://localhost:8834. Follow the on-screen instructions to set up your account and start using Nessus.

If you have any questions or need further assistance, feel free to ask!

0 Comments

no data
Be the first to share your comment!