<u>If you are using a graphical {{project_name_gateway_short}}</u>, complete the following steps.
<code>Start Menu</code> → <code>Applications</code> → <code>Settings</code> → <code>Restart Tor
</code>
<div class="toccolours mw-collapsible mw-collapsed">
<u>If you are using a terminal-only {{project_name_gateway_short}}</u>, press on Expand on the right.
<div class="mw-collapsible-content">
Complete the following steps.
Restart Tor.
{{CodeSelect|code=
sudo service tor@default Restart
}}
Check Tor's daemon status.
{{CodeSelect|code=
sudo service tor@default status
}}
It should include a a message saying.
<pre>
Active: active (running) since ...
</pre>
In case of issues, try the following debugging steps.
Check Tor's config.
{{CodeSelect|code=
anon-verify
}}
The output should be similar to the following.
<pre>
/===================================================================\
| Report Summary |
\===================================================================/
No error detected in your Tor configuration.
</pre>
</div>
</div>
}}