1. Aktiviere automatische Software Updates

One of the most important things to keep your relay secure is to install security updates timely and ideally automatically so you can not forget about it. Folge den Anweisungen, um automatische Software-Updates für dein Betriebssystem zu aktivieren.

2. Tor Project's Repository konfigurieren

Configuring the Tor Project's package repository for Debian/Ubuntu is documented here. Please follow those instructions before proceeding.

3. Paketinstallation

Ensure you update the packages database before installing the package, than call apt to install it:

# apt update
# apt install tor

4. Konfigurations-Datei

Put the configuration file /etc/tor/torrc in place

Nickname    myNiceRelay  # Ändere "myNiceRelay" in etwas, das dir gefällt
ContactInfo your@e-mail  # Schreib dein E-Mail und sei dir bewusst, dass es veröffentlicht werden wird
ORPort      443          # Du kannst auch einen anderen Port verwenden, wenn du das möchtest
ExitRelay   0
SocksPort   0

5. Neustart des Dienstes

Restart the tor daemon, so your configuration changes take effect:

# systemctl restart tor@default

6. Schlussbemerkungen

Wenn du Probleme beim Einrichten deines Relays hast, schau dir unsere Hilfe-Sektion an. Wenn dein Relay jetzt läuft, schau dir die Nachinstallations-Hinweise an.