Start, Stop, or Restart Your Application

To start, stop, or restart your application via the user interface:

  1. Log in to Tenable Core via the user interface, as described in Log In to Tenable Core.

    The Tenable Core web user interface page appears.

  2. In the left navigation bar, click Tenable Web App Scanning.

    The application page appears.

  3. In the Installation Info section, click Start, Stop, or Restart.

To start, stop, or restart your application via the CLI:

  1. Log in to Tenable Core via the Terminal page or command line interface (CLI).

    The command line appears.

  2. To change the status of your application, do one of the following:

    • To start, run the following command:

      pkexec systemctl start nessus-was-scanner.services

    • To stop, run the following command:

      pkexec systemctl stop nessus-was-scanner.services

    • To restart, run the following command:

      pkexec systemctl restart nessus-was-scanner.services

      The command runs.