Start or Stop Tenable Nessus
The following represent best practices for starting and stopping the Nessus service on your machine.
Windows
- Navigate to Services.
- In the Name column, click Tenable Nessus.
- 
                                                            Do one of the following: - 
                                                                    To stop the Nessus service, right-click Tenable Nessus, and then click Stop. 
 - 
                                                                    To restart the Nessus service, right-click Tenable Nessus, and then click Start. 
 Start or Stop Windows Command-Line Operation Start C:\Windows\system32>net start "Tenable Nessus" Stop C:\Windows\system32>net stop "Tenable Nessus" 
- 
                                                                    
Note: You must have root permissions to run the start and stop commands.
Linux
Use the following commands:
| Start or Stop | Linux Command-Line Operation | 
|---|---|
| RedHat, CentOS, and Oracle Linux | |
| Start | # systemctl start nessusd | 
| Stop | # systemctl stop nessusd | 
| SUSE | |
| Start | # systemctl start nessusd | 
| Stop | # systemctl stop nessusd | 
| Debian, Kali, and Ubuntu | |
| Start | # systemctl start nessusd | 
| Stop | # systemctl stop nessusd | 
macOS
- Navigate to System Preferences.
- Click the  button. button.
- Click the  button. button.
- Type your username and password.
- 
                                                                Do one of the following: - 
                                                                        To stop the Nessus service, click the Stop Nessus button. 
 - 
                                                                        To start the Nessus service, click the Start Nessus button. 
 Start or Stop macOS Command-Line Operation Start # sudo launchctl start com.tenablesecurity.nessusd Stop # sudo launchctl stop com.tenablesecurity.nessusd 
- 
                                                                        
Note: You must have root permissions to run the start and stop commands.