> For the complete documentation index, see [llms.txt](https://www.iblue.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.iblue.team/vulnerability-management/troubleshooting.md).

# Troubleshooting

![](/files/OnmyJO7UgHFTtIfGXRZB)

Windows:

```
          1. Open cmd/command as admin user
          2. cd C:\Program Files\Tenable\Nessus
          3. net stop "Tenable Nessus"
          4. nessusd -R
          5. net start "Tenable Nessus"
```

Linux:

```
sudo service nessusd stop
/opt/nessus/sbin/nessusd -R (20 minutes on mid-spec VM)
sudo service nessusd start
```
