Skip to main content

🚀 QuickStart

Get your TunGo server and client up and running in minutes. 🎉


🖥️ Server Setup

1️⃣ Download & install

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

wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-amd64 -O tungo
chmod +x tungo
sudo mv tungo /usr/local/bin/

2️⃣ Launch tunnel

sudo tungo

🎉 Congrats! Your secure tunnel is up and running.