🚀 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
- Linux arm64
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-amd64 -O tungo && \
sudo install -o root -g root -m 0755 tungo /usr/local/bin/tungo
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-arm64 -O tungo && \
sudo install -o root -g root -m 0755 tungo /usr/local/bin/tungo
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 brew
- macOS arm64 manual
- macOS amd64 manual
- Windows
wget https://github.com/NLipatov/TunGo/releases/latest/download/tungo-linux-amd64 -O tungo && \
sudo install -o root -g root -m 0755 tungo /usr/local/bin/tungo
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 && \
sudo install -o root -g root -m 0755 tungo /usr/local/bin/tungo
Daemon systemd du client (Linux)
Consultez ce guide pour exécuter TunGo en tant que service systemd (démarrage automatique/redémarrage au boot).
brew install NLipatov/tungo/tungo
curl -fL -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 -fL -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.