Skip to main content

TUI

Set up a server and connect a client using TunGo’s interactive terminal interface.

First, install TunGo.

Server setup

Allow incoming connections to the ports you use. See Server networking and ports.

Create a client configuration

sudo tungo s gen

Copy the configuration — you will need it to connect the client.

Open TunGo

sudo tungo

On Linux with systemd, TunGo can set up a background service (daemon).

Choose how to run it:

  • In this terminal: serverstart server.
  • In the background (systemd): daemonsetup server daemonstart daemon.

The service starts automatically when the system boots. To remove it, choose daemondelete daemon.

Client setup

sudo tungo
  1. Choose clientadd configuration, enter a name such as home, and press Enter.
  2. Paste the client configuration you generated on the server and press Enter.
  3. Select the configuration from the list and wait for Status: Connected to appear.

Run in the background (optional)

On Linux with systemd, the client can run in the background and start automatically at boot.

  1. Press Esc, select Stop and press Enter to disconnect and return to the menu.
  2. Choose daemonsetup client daemonstart daemon.

To remove the service, choose daemondelete daemon.