🚀 QuickStart
Get your TunGo server and client up and running in minutes. 🎉
🖥️ Server Setup
1️⃣ Download & install
- Linux amd64
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-amd64 -O tungo
chmod +x tungo
sudo mv tungo /usr/local/bin/
2️⃣ Generate client config
sudo tungo s gen
📋 Copy the printed config for your client.
3️⃣ Start server
sudo tungo
🔧 In the TUI, choose server → start server.
🖥️ Client Setup
1️⃣ Download & install
- Linux amd64
- macOS arm64
- macOS amd64
- Windows amd64
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-amd64 -O tungo
chmod +x tungo
sudo mv tungo /usr/local/bin/
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-arm64 -O tungo
chmod +x tungo
sudo mv tungo /usr/local/bin/
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-amd64 -O tungo
chmod +x tungo
sudo mv tungo /usr/local/bin/
Download and install from the release page.
2️⃣ Launch tunnel
- Linux/macOS
- Windows
sudo tungo
Run TunGo as Administrator.
🎉 Congrats! Your secure tunnel is up and running.