Step 1: Install the Client
Recommended — pip install (cross-platform, bundles the binary):
pip install aitun
Alternative — one-line install script (Linux/macOS):
curl -fsSL https://aitun.cc/install.sh | bash
Windows (PowerShell):
irm https://aitun.cc/install.ps1 | iex
Or download the binary directly:
Download for your platform from the Downloads tab, or use wget:
wget https://aitun.cc/downloads/aitun-client-linux-amd64
chmod +x aitun-client-linux-amd64
Step 2: Start a Free Tunnel (No Sign-Up)
One-line install (HTTP tunnel):
aitun -p 8080
With binary (HTTP tunnel):
./aitun-client -p 8080
TCP-only (SSH/RDP, no HTTP):
aitun -k TOKEN --tcp-ports 22
Step 3: Get Your Public URL
The client outputs your public URL, e.g. https://aitun.cc/abc123. Share it with anyone to access your local service.
Step 4: Register for a Permanent Subdomain (Optional)
Sign in on the website, create a token, then:
aitun -k YOUR_TOKEN -p 8080
HTTP + TCP forwarding:
aitun -k YOUR_TOKEN -p 8080 --tcp-ports 22
TCP-only (SSH/RDP without HTTP):
aitun -k YOUR_TOKEN --tcp-ports 22