How to Use Tor Private Obfs4 Bridges from Linux

1. Obtain Bridge Line

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

2. Download Tor Browser Archive

a) Official Site

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.

Download Tor Browser installer for Linux

b) Mirrors

If you cannot reach the official site, you may be able to download the Tor Browser archive from a mirror.

3. Extract and Launch Tor Browser

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
Launch Tor Browser for Linux

4. Configure Tor Browser for Linux

When Tor Browser launches for the first time, click Configure.

Configure Tor Browser for Linux

On the Tor Network Settings screen:

  1. Check Tor is censored in my country.
  2. Select Provide a bridge I know.
  3. Enter your bridge line obfs4 ... etc ... iat-mode=0. There is no need to enter the word Bridge at the beginning of the line.
  4. Click Connect.
Configure bridge information in Tor Browser for Linux

5. Check Bridge

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.

Check Tor Browser for Linux

When you have finished browsing, close the Tor Browser.

6. Optionally Copy to Desktop

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.

Tor Browser on Linux desktop