Tor Relay Configurator

Get your own Tor Relay up and running in seconds.
What is Tor? | Who made this?

Number of nodes
Combined Bandwidth (Mb/s)
🏆 Top 10 Nodes 🏆
  1. 🥇 HRMB (261Mb/s)
  2. 🥈 lodrich (228Mb/s)
  3. 🥉 lodrich2 (227Mb/s)
  4. LoedgreemOCI (216Mb/s)
  5. ei8fdb (205Mb/s)
  6. AnotherGate (198Mb/s)
  7. atomcats (187Mb/s)
  8. andr788k (182Mb/s)
  9. Piratenpartei06 (172Mb/s)
  10. Piratenpartei07 (164Mb/s)

Prerequisites

This site is about running your own Tor node to participate in the Tor network. If you just want to privately surf the web through Tor, check out the Torproject's official Tor Browser or the Brave Browser which offers Private Browsing windows powered by Tor.

Hosting

You can run your Tor relay on every supported linux machine that you have SSH access to, be it in your home, a virtual server, or a dedicated server.
But not every hoster or ISP allows Tor relays in their network.

Name Server Location Middle Node (Relay) Exit Node Bitcoin Link
Linevast Germany yes no yes View Page
Flokinet Romania, Iceland, Finland yes yes yes View Page
Yourserver Sweden, Latvia yes no yes View Page
PulseServers Canada, United Kingdom yes yes yes View Page
LiteServer Netherlands yes yes yes View Page
DigitalOcean United States, Netherlands,
Singapore, United Kingdom,
Germany, Canada, India
yes no no View Page

The links in the table above are affiliate links. If you want to support this page you can purchase a product through one of these links and I will get a small percentage of your sale value. 100% of the money will be used for maintenance of this site and my own Tor relays.
Please read the Terms of Service of the providers before signing up. Even if they allowed it in the past I do not take any responsibility if they close your account for deploying Tor.
You can find a comprehensive list of Tor-friendly companies on the official Tor wiki.

Sudo

In order to run correctly the install script requires that the sudo command is installed on your server.
To check if it is already installed simply run sudo in your terminal. If you get a response like -bash: sudo: command not found follow these steps on how to install it: Sudo installation tutorial

Curl

To download the script to your server you also need curl.
To install it run the following command: sudo apt install curl.

Support Tor

If you don't want to run your own server because but still want to help Tor here are some things you can do:

1. Donate to the Tor Project
This will directly benefit the people working for the Tor project and fund development and outreach.

2. Donate to Torservers.net
They maintain many high-speed Tor nodes, your money will be used to increase Tor capacity.

3. Share this page with your friends. Maybe one of them wants to run their own server.

4. If you want to help keep this site running, you can also Donate to me directly or try the Brave Browser with built-in Adblocker and Tor via my link.


Configuration

IMPORTANT UPDATE

The tor relay configurator is currently deactivated because it is outdated and does not work correctly with the newest Tor versions. Unfortunately I am too busy at the moment to fix it. I will reactivate the configurator once I got around to resolving the problems.

Please excuse the inconvenience :(



Running an Exit Node is the best way to help the Tor network but you have to be aware of the risks.
More Info: Tor Exit Guidelines, Tips for Running an Exit Node with Minimal Harassment

The script will download a notice about exit nodes (tor-exit-note.html) to /etc/tor/tor-exit-notice.html that will be published on your selected DirPort (Default: 80).
This is the US version of the file. Please update the sections accordingly to match the legislation of your country.
Please also replace FIXME_YOUR_EMAIL_ADDRESS with your mail address!


By clicking submit you agree that I take no responsibility for any damages that might occur when running the Tor-Relay.co setup script.

* required values

1 To find your OS version run

lsb_release -a
if this does not work try
cat /etc/issue

2 If this is checked your relay uptime and bandwidth will be counted in the global statistics panel on the top right. This is anonymous. No information will be saved.