Skip to Content
NexposeService start, stop, and status controls

Service start, stop, and status controls

Use the following controls and commands to start, stop, or check the status of the Security Console and Scan Engine services.

Service controls are organized according to the operating system of the host machine:

Linux

Service commands for Linux installations depend on the init system. Inspect /sbin/init to determine if your system is using systemd or sysV.

systemd - init is a symbolic link to /lib/systemd/systemd. sysV - init is a real executable.

systemd commands

FunctionSecurity ConsoleScan Engine
Startsystemctl start nexposeconsolesystemctl start nexposeengine
Stopsystemctl stop nexposeconsolesystemctl stop nexposeengine
Statussystemctl status nexposeconsolesystemctl status nexposeengine

sysV commands

FunctionSecurity ConsoleScan Engine
Startservice nexposeconsole startservice nexposeengine start
Stopservice nexposeconsole stopservice nexposeengine stop
Statusservice nexposeconsole statusservice nexposeengine status

Windows

Your Security Console installation includes dedicated start and stop applets:

  1. Open your Start menu.
  2. Browse to the “Rapid7” folder.
  3. Run the Start Security Console Service or Stop Security Console Service applet as required.

Alternatively, you can start, stop, and check the status of the Security Console, Scan Engine, and database services from Windows Services Manager:

  1. Open your Start menu.
  2. Click Run.
  3. Enter services.msc in the provided field. Click OK.
  4. Browse to the following services to check their status:
    • “Nexpose PostgreSQL Server”
    • “Nexpose Security Console”
    • “Nexpose Scan Engine”
  5. Right click the service to stop and start as required.