{{Box|text=
If you are using [[Qubes|{{q_project_name_long}}]], complete the following steps.
Qubes App Launcher (blue/grey "Q") → {{project_name_gateway_long}} ProxyVM (commonly named {{project_name_gateway_vm}}) → Anon Connection Wizard
If you are using a graphical {{project_name_gateway_short}}, complete the following steps.
Start Menu → Applications → System → Anon Connection Wizard
If you are using a [[Software#Terminal|terminal emulator]] (such as for example qterminal) on {{project_name_gateway_short}}, type.
{{CodeSelect|code=
anon-connection-wizard
}}
If you are using a [[VirtualBox|'''CLI''' {{project_name_gateway_short}}]], see footnote. [
Stop:
{{CodeSelect|code=
sudo systemctl stop tor@default
}}
{{CodeSelect|code=
sudo systemctl disable tor@default
}}
Start:
{{CodeSelect|code=
sudo systemctl enable tor@default
}}
{{CodeSelect|code=
sudo systemctl start tor@default
}}
]
}}