{{header}}
Restart Tor.
Select your platform.
{{Tab
|type=controller
|content=
{{Tab
|title= = {{non_q_project_name_short}} =
|image=[[File:{{project_name_short}}-logo-icon.svg]]
|addToClass=info-box
|content=
Start Menu
→ Applications
→ Settings
→ Restart Tor
}}
{{Tab
|title= = [[Qubes|{{q_project_name_short}}]] =
|image=[[File:Qubes-logo-icon.png]]
|addToClass=info-box
|content=
Qubes App Launcher (blue/grey "Q")
→ {{project_name_gateway_long}} ProxyVM (commonly named '{{project_name_gateway_vm}}')
→ Restart Tor
}}
{{Tab
|title= = Terminal =
|image=[[File:Utilities-terminal.png]]
|addToClass=info-box
|content=
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.
Active: active (running) since ...
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.
/===================================================================\
| Report Summary |
\===================================================================/
No error detected in your Tor configuration.
}}
}}
{{footer}}