mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-01 21:13:10 +00:00
Merge branch 'master' into master
This commit is contained in:
@@ -4,42 +4,44 @@
|
||||
Running Tor on Android
|
||||
**********************
|
||||
|
||||
First, install the Tor proxy service to your system. To do so, download Orbot from the `Play Store <https://play.google.com/store/apps/details?id=org.torproject.android>`_ , or from `F-Droid <https://f-droid.org/packages/org.torproject.android>`_ . Once you have done so, launch Orbot.
|
||||
#. First, install the Tor proxy service to your system. To do so, download Orbot from the `Play Store <https://play.google.com/store/apps/details?id=org.torproject.android>`_ , or from `F-Droid <https://f-droid.org/packages/org.torproject.android>`_ . Once you have done so, launch Orbot.
|
||||
|
||||
Next, open the kebab menu in the upper right hand corner and select `Settings`:
|
||||
#. Once you have done so, launch Orbot.
|
||||
|
||||
.. figure:: /_static/images/tor/orbot_menu.png
|
||||
:width: 50%
|
||||
:alt: Orbot menu
|
||||
#. Next, open the kebab menu in the upper right hand corner and select `Settings`:
|
||||
|
||||
Then, make sure the options for `Start Orbot on Boot` and `Allow Background Starts` are checked:
|
||||
.. figure:: /_static/images/tor/orbot_menu.png
|
||||
:width: 50%
|
||||
:alt: Orbot menu
|
||||
|
||||
.. figure:: /_static/images/tor/orbot_settings.png
|
||||
:width: 50%
|
||||
:alt: Orbot settings
|
||||
#. Then, make sure the options for `Start Orbot on Boot` and `Allow Background Starts` are checked:
|
||||
|
||||
Go back, and tap start:
|
||||
.. figure:: /_static/images/tor/orbot_settings.png
|
||||
:width: 50%
|
||||
:alt: Orbot settings
|
||||
|
||||
.. figure:: /_static/images/tor/orbot_start.png
|
||||
:width: 50%
|
||||
:alt: Orbot start
|
||||
#. Go back, and tap start:
|
||||
|
||||
Orbot will start up the Tor service. Once complete, you will see:
|
||||
.. figure:: /_static/images/tor/orbot_start.png
|
||||
:width: 50%
|
||||
:alt: Orbot start
|
||||
|
||||
.. figure:: /_static/images/tor/orbot_started.png
|
||||
:width: 50%
|
||||
:alt: Orbot started
|
||||
#. Orbot will start up the Tor service. Once complete, you will see:
|
||||
|
||||
You can now close Orbot.
|
||||
.. figure:: /_static/images/tor/orbot_started.png
|
||||
:width: 50%
|
||||
:alt: Orbot started
|
||||
|
||||
#. You can now close Orbot. It will continue running in the background.
|
||||
|
||||
Setting up Orbot VPN mode
|
||||
-------------------------
|
||||
|
||||
Orbot's VPN mode allows certain applications to utilize it's Tor service.
|
||||
Orbot's VPN mode allows certain applications to utilize it's Tor service. To setup:
|
||||
|
||||
This process also applies for GrapheneOS.
|
||||
#. First disable Private DNS on your device. To do so, navigate to:
|
||||
|
||||
To setup, first disable Private DNS on your device. To do so, navigate to: ``Settings > Network & Internet > Advanced > Private DNS > Off``
|
||||
``Settings > Network & Internet > Advanced > Private DNS > Off``
|
||||
|
||||
.. figure:: /_static/images/tor/private_dns_off.png
|
||||
:width: 50%
|
||||
@@ -47,7 +49,7 @@ To setup, first disable Private DNS on your device. To do so, navigate to: ``Set
|
||||
|
||||
Toggle Private DNS to "off"
|
||||
|
||||
Next, launch Orbot and toggle VPN Mode on while on the main screen:
|
||||
#. Next, launch Orbot and toggle VPN Mode on while on the main screen:
|
||||
|
||||
.. figure:: /_static/images/tor/orbot_vpn.png
|
||||
:width: 50%
|
||||
@@ -65,3 +67,9 @@ Examples of applications that need this feature are:
|
||||
|
||||
- Bitwarden
|
||||
- Zap
|
||||
- Zeus
|
||||
|
||||
You can also add the following browsers to the Tor-Enabled Apps list to easily access Tor addresses (`.onion` URLs):
|
||||
|
||||
- Chrome
|
||||
- Brave
|
||||
@@ -4,10 +4,10 @@
|
||||
Running Tor on Linux
|
||||
********************
|
||||
|
||||
All you need to do is install the Tor proxy service to your system. To do so, open your terminal and run the following command:
|
||||
#. Install the Tor proxy service to your system. To do so, open your terminal and run the following command:
|
||||
|
||||
.. code-block::
|
||||
.. code-block::
|
||||
|
||||
sudo apt update && sudo apt install tor
|
||||
|
||||
That's it! Your Linux machine is now setup to natively use Tor.
|
||||
#. That's it! Your Linux machine is now setup to natively use Tor.
|
||||
@@ -4,37 +4,36 @@
|
||||
Running Tor on MacOS
|
||||
********************
|
||||
|
||||
First, you need to install the Tor proxy service to your system. This will require opening your Terminal.
|
||||
#. First, you need to install the Tor proxy service to your system. This will require opening your Terminal.
|
||||
|
||||
To open your terminal, hold the command key ⌘ + spacebar. `Spotlight Search` will appear. Start typing "terminal" and select the program called `Terminal`.
|
||||
#. To open your terminal, hold the command key ⌘ + spacebar. `Spotlight Search` will appear. Start typing "terminal" and select the program called `Terminal`.
|
||||
|
||||
#. Paste in the following commands and hit <Enter>.
|
||||
|
||||
Paste in the following commands and hit <Enter>.
|
||||
|
||||
.. code-block::
|
||||
.. code-block::
|
||||
|
||||
which brew || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
brew install tor
|
||||
brew services start tor
|
||||
|
||||
When this completes, you should see something like:
|
||||
#. When this completes, you should see something like:
|
||||
|
||||
.. code-block::
|
||||
.. code-block::
|
||||
|
||||
==> Successfully started `tor` (label: homebrew.mxcl.tor)
|
||||
|
||||
If you notice issues connecting to Tor websites, try restarting the Tor service. Open the terminal and run:
|
||||
#. If you notice issues connecting to Tor websites, try restarting the Tor service. Open the terminal and run:
|
||||
|
||||
.. code-block::
|
||||
.. code-block::
|
||||
|
||||
brew services restart tor
|
||||
|
||||
After running this command, you should see something like:
|
||||
#. After running this command, you should see something like:
|
||||
|
||||
.. code-block::
|
||||
.. code-block::
|
||||
|
||||
Stopping `tor`... (might take a while)
|
||||
==> Successfully stopped `tor` (label: homebrew.mxcl.tor)
|
||||
==> Successfully started `tor` (label: homebrew.mxcl.tor)
|
||||
|
||||
That's it! Your Mac is now setup to natively use Tor.
|
||||
#. That's it! Your Mac is now setup to natively use Tor.
|
||||
@@ -4,39 +4,43 @@
|
||||
Running Tor on Windows
|
||||
**********************
|
||||
|
||||
First, you need to install the Tor proxy service to your system. Unfortunately, `torproject.org` no longer publishes a standalone Tor binary for Windows, so the recommended way to get it is with the Tor Browser Bundle. You can download it `here <https://www.torproject.org/download/>`_.
|
||||
#. First, you need to install the Tor proxy service to your system. Unfortunately, `torproject.org` no longer publishes a standalone Tor binary for Windows, so the recommended way to get it is with the Tor Browser Bundle. You can download it `here <https://www.torproject.org/download/>`_.
|
||||
|
||||
.. figure:: /_static/images/tor/tor_download_windows.png
|
||||
:width: 80%
|
||||
:alt: Tor download
|
||||
.. figure:: /_static/images/tor/tor_download_windows.png
|
||||
:width: 80%
|
||||
:alt: Tor download
|
||||
|
||||
Download Tor for Windows
|
||||
Download Tor for Windows
|
||||
|
||||
Once it is downloaded, go ahead and run the installer. If you want to install the program outside of your user directory, you will have to right click and select `Run as Administrator`. Once you have selected a language, you should see a menu like this:
|
||||
#. Once it is downloaded, go ahead and run the installer. If you want to install the program outside of your user directory, you will have to right click and select `Run as Administrator`.
|
||||
|
||||
.. figure:: /_static/images/tor/tor_windows_install.png
|
||||
:width: 80%
|
||||
:alt: Tor install wizard
|
||||
#. Once you have selected a language, you should see a menu like this:
|
||||
|
||||
Note Tor destination folder when installing
|
||||
.. figure:: /_static/images/tor/tor_windows_install.png
|
||||
:width: 80%
|
||||
:alt: Tor install wizard
|
||||
|
||||
It does not matter where you set the destination folder, however you need to make note of it for later. Go ahead and finish the installation.
|
||||
Note Tor destination folder when installing
|
||||
|
||||
Now you want to set up Tor to run as a service: to run in the background and keep itself running so you don’t have to worry about it again. To do so, you need to open your Command Prompt as an administrator.
|
||||
In Windows 10, you can simply type ``cmd`` in the Windows search bar, right click on the first result, and select `Run as Administrator`.
|
||||
Once it opens, you can run the following commands, inserting your destination folder in place of ``<PATH TO>``:
|
||||
#. It does not matter where you set the destination folder; however, you need to make note of it for later. Go ahead and finish the installation.
|
||||
|
||||
.. code-block::
|
||||
#. Now you want to set up Tor to run as a service: to run in the background and keep itself running so you don’t have to worry about it again. To do so, you need to open your Command Prompt as an administrator.
|
||||
|
||||
* In Windows 10, you can simply type ``cmd`` in the Windows search bar, right click on the first result, and select `Run as Administrator`.
|
||||
|
||||
#. Once it opens, you can run the following commands, inserting your destination folder in place of ``<PATH TO>``:
|
||||
|
||||
.. code-block::
|
||||
|
||||
sc create tor start=auto binPath="<PATH TO>\Tor Browser\Browser\TorBrowser\Tor\tor.exe -nt-service"
|
||||
sc start tor
|
||||
|
||||
When you run this, it should look something like this:
|
||||
#. When you run this, it should look something like this:
|
||||
|
||||
.. figure:: /_static/images/tor/tor_windows_terminal.png
|
||||
:width: 80%
|
||||
:alt: Tor windows terminal
|
||||
.. figure:: /_static/images/tor/tor_windows_terminal.png
|
||||
:width: 80%
|
||||
:alt: Tor windows terminal
|
||||
|
||||
Replace highlighted section with noted destination folder
|
||||
Replace highlighted section with noted destination folder
|
||||
|
||||
That's it! Your Windows computer is now setup to natively use Tor.
|
||||
#. That's it! Your Windows computer is now setup to natively use Tor.
|
||||
Reference in New Issue
Block a user