tunnelsaas

Quick start

From installing frpc to connecting your first tunnel, in five simple steps.

  1. 1

    Install frpc

    Download the frp client from the official frp repository and install it on your machine.

  2. 2

    Create an account

    Sign up for a free account to access your dashboard.

  3. 3

    Create a tunnel

    From the Tunnels tab, create a new tunnel pointing at your service's local port.

  4. 4

    Download the config

    Download your tunnel's frpc.toml file. It contains a one-time-use token.

  5. 5

    Connect

    Run frpc with the config file to make your service available at a public address.

    frpc -c frpc.toml
Get started now