One-command setup for a personal Tor bridge with obfs4 and WebTunnel on Ubuntu.
- Ubuntu VPS with root access
- A domain/subdomain pointing to the server's public IP
- Ports 80, 443, 9001, 4443 open in cloud firewall
Create an A record for your subdomain:
| Type | Name | Value |
|---|---|---|
| A | bridge | YOUR_SERVER_IP |
Proxy: OFF
curl -O -L https://github.com/Delta-Kronecker/Tor-Private-Bridge/raw/refs/heads/main/tor-setup.sh && sudo bash tor-setup.sh- Installs Tor, obfs4proxy, and WebTunnel
- Configures Nginx with SSL via Let's Encrypt
- Sets up firewall rules
- Outputs both obfs4 and WebTunnel bridge lines
After setup, you get two bridge addresses ready to use.