## Copyright (C) 2018 - 2025 ENCRYPTED SUPPORT LLC ## See the file COPYING for copying conditions. anon-connection-wizard: en: enable_tor: I am ready to enable Tor. disable_tor: I want to disable Tor. censored_tor: Tor is censored or dangerous in my area. use_proxy: I use proxy or firewall settings to connect to the internet. tor_enabled:

Tor networking is enabled.


Tor config file:

tor_already_enabled:

Tor networking is already enabled.


Tor config file:

tor_disabled:

Tor networking is disabled.


Tor config file:

tor_already_disabled:

Tor networking is already disabled.


Tor config file:

finish_page_ok:

anon-connection-wizard is completed.

Click "Finish" to run systemcheck.

finish_disabled:

anon-connection-wizard is completed, but Tor networking is disabled.

systemcheck will not be run.

something_wrong:

Something is wrong with torrc!

Press "Next" and try and fix the problem as per the instructions, or as a last resort, report a bug.

no_torrc:

The Tor config file does not exist.

You can try to manually create it. Open it:

Start Menu -> System -> Tor User Config
And add.
#DisableNetwork 0
Save. Then re-run anon-connection-wizard.

bad_torrc:

The line "DisableNetwork 0" does not exist in the Tor config file.

You can try to manually edit the Tor config file:

Start Menu -> System -> Tor User Config

Add line containing only "DisableNetwork 0" (without the quotes), and re-run anon-connection-wizard.

cannot_connect:

"sudo service tor@default status" returned non-zero exit code , which means Tor does NOT work.

Maybe your Whonix-Gateway has only one network card attached? Most likely there is something wrong with your Tor config.

You can try to manually edit the Tor config file:

Start Menu -> System -> Tor User Config

Running:

sudo service tor@default restart

might help with troubleshooting.