Running a Tor relay or bridge on a VPS
24 Haziran 2026 · 6 min read
24 Haziran 2026 · 6 min read
The Tor network runs on volunteer relays. Spinning one up on a VPS is one of the most useful things you can do with spare bandwidth — and a no-KYC, crypto-paid server is a natural fit, since operators value hosts that don't tie the relay to an identity.
Install Tor from the official repository, then edit /etc/tor/torrc: set ORPort 443, a Nickname, a ContactInfo address, and a RelayBandwidthRate that fits your plan. Restart Tor and watch the log for "Self-testing indicates your ORPort is reachable." Your relay joins the network within a few hours.
A relay is bandwidth-bound, not CPU-bound. A 1 vCPU / 1 GB KVM VPS with generous, unmetered traffic in a privacy-friendly jurisdiction is ideal. Offshore locations that tolerate Tor traffic keep a middle or bridge relay trouble-free.
Run middle relays or bridges freely; only run an exit where the host clearly allows it. When in doubt, a guard/middle relay is a pure win for the network with none of the abuse headaches.
A practical walkthrough of purchasing a virtual private server with Bitcoin — from choosing a plan to sending payment and logging in.
KVM and container-based virtualization behave very differently. Here is what changes for performance, isolation and what you can actually run.
Turn a cheap VPS into a fast, private WireGuard VPN in a few commands. A concise, copy-pasteable guide.