🚀 Démarrage Rapide
Mettez en place votre serveur et client TunGo en quelques minutes.
🖥️ Configuration du Serveur
1️⃣ Télécharger et installer
- 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️⃣ Générer la configuration client
sudo tungo s gen
Copiez la configuration affichée pour votre client.
3️⃣ Démarrer le serveur
sudo tungo
Daemon systemd du serveur (Linux)
Consultez ce guide pour exécuter TunGo en tant que service systemd (démarrage automatique/redémarrage au boot).
🖥️ Configuration du Client
1️⃣ Télécharger et installer
- Linux amd64
- Linux arm64
- macOS Apple Silicon
- macOS Intel
- 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/
Daemon systemd du client (Linux)
Consultez ce guide pour exécuter TunGo en tant que service systemd (démarrage automatique/redémarrage au boot).
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-arm64 -O tungo
chmod +x tungo
sudo mv tungo /usr/local/bin/
Daemon systemd du client (Linux)
Consultez ce guide pour exécuter TunGo en tant que service systemd (démarrage automatique/redémarrage au boot).
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-arm64
sudo mkdir -p /usr/local/bin
chmod +x tungo
sudo mv tungo /usr/local/bin/
curl -L -o tungo https://github.com/NLipatov/TunGo/releases/latest/download/tungo-darwin-amd64
sudo mkdir -p /usr/local/bin
chmod +x tungo
sudo mv tungo /usr/local/bin/
Téléchargez et installez depuis la page des releases.
2️⃣ Lancer le tunnel
- Linux/macOS
- Windows
sudo tungo
Exécutez TunGo en tant qu'Administrateur.
Félicitations ! Votre tunnel sécurisé est opérationnel.