<p> Before we start, you will need a Debian VPS (you can get one on digitalocean for example), if you prefer to use your own self hosted server, make sure that port 80 and 443 are correctly port forwarded so that the public ip points to the server and not the router. Once that's done, go and ssh into your Debian server. </p>
</div>
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /grey -->
<!-- +++++ Second Post +++++ -->
<divid="anon3">
<divclass="container">
<divclass="row">
<divclass="col-lg-8 col-lg-offset-2">
<h2><b>Initial Setup </b></h2>
<p></p>
<pre><codeclass="nim">
apt update -y && apt upgrade -y
apt install curl tmux vim obfs4proxy nyx gnupg2 -y
# Pick a nickname that you like for your bridge. This is optional.
Nickname Nihilist
</code></pre>
<p>Then restart the tor service + enable it:</p>
<pre><codeclass="nim">
#Restart service
systemctl restart tor@default
#Enable at boot
systemctl enable --now tor@default
</code></pre>
</div>
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /white -->
<divid="anon2">
<divclass="container">
<divclass="row">
<divclass="col-lg-8 col-lg-offset-2">
<h2><b>Nyx monitoring</b></h2></br></br>
<p>Once it finished installing, you can monitor your tor bridge node activity with nyx:</p>
<pre><codeclass="nim">
sudo -u debian-tor nyx
</code></pre>
<imgsrc="4.png"class="imgRz">
</div>
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /white -->
<!-- +++++ Second Post +++++ -->
<divid="anon1">
<divclass="container">
<divclass="row">
<divclass="col-lg-8 col-lg-offset-2">
<h2><b>Using your own bridge</b></h2></br></br>
<p>Next install tor-browser (in arch linux you can do it from the AUR), if not just go to the <ahref="https://www.torproject.org/download/">downloads</a> page.</p>
<pre><codeclass="nim">
yay -S torbrowser-launcher
</code></pre>
<imgsrc="5.png"class="imgRz">
<p>Then Launch it, and go in your preferences:</p>
<imgsrc="6.png"class="imgRz">
<imgsrc="7.png"class="imgRz">
<p>Here specifying your own bridge is not that simple, you need to use the following syntax:</p>
<p>Just hit right arrow 3 times to get to your torrc config preview:</p>
<imgsrc="8.png"class="imgRz">
<p>And here we have port <b>8042</b>. Next we need the fingerprint which is at page 1 of nyx, so press leftarrow to get back to page 1 and then scroll down using the downarrow:</p>
<imgsrc="9.png"class="imgRz">
<p>Here it is <b>829165B21621041E7A9CDF7192AFFC51CA640B0E</b>, be careful not to copy the other one above which is the HASHED identity key. Here we want the original identity key fingerprint.