Obtain the bridge line from the administrator who created the private obfs4 bridge. It will look like the following.
(The backslash appears in the sample bridge line below to indicate that a line break is escaped. The actual bridge line is a single line. Remove any line breaks before you use it.)
Bridge obfs4 123.45.67.89:443 095B40360EEE62CD7C5DDA081D1C7AA811513A9E \ cert=s1PecFWx4/ycKB9U/eT4n7jZB68LumMIJdG5RcXPr9zlOxfZqAz4vY0FBv8iam1gYFITeQ \ iat-mode=0
On your PC, visit
https://www.torproject.org/download.
Scroll down until you see the Linux logo.
Download the Tor Browser archive for Linux.
It will have a name such as tor-browser-linux64-9.0.2_en-US.tar.xz
.
If you cannot reach the official site, you may be able to download the Tor Browser archive from a mirror.
Open a terminal emulator, and change into your Downloads
directory:
cd Downloads
Extract the files from your downloaded archive:
tar -xf tor-browser-linux64-9.0.2_en-US.tar.xz
Change into the extracted directory:
cd tor-browser_en-US
Start the Tor Browser:
./start-tor-browser.desktop
When Tor Browser launches for the first time, click Configure
.
On the Tor Network Settings screen:
Tor is censored in my country
.Provide a bridge I know
.obfs4
... etc ... iat-mode=0
.
There is no need to enter the word Bridge
at the beginning of the line.Connect
.Once the Tor Browser connects, visit https://check.torproject.org. Look for the message:
Congratulations. This browser is configured to use Tor.
In Tor Browser, click the i
with a circle around it.
Your bridge address shows as the first node in your circuit.
When you have finished browsing, close the Tor Browser.
You can optionally copy the script start-tor-browser.desktop
to your Desktop
directory to allow easier launching in the future.
If you do this, you will have an icon on your desktop.