Provision: {{.Client.Name}}

Back

Client Details

Name{{.Client.Name}}
Key{{.Client.Key}}

One-Liner Setup

Run this on your client machine. It downloads frpc and auto-updates from this server:

curl -sL https://github.com/kanhole/kanhole/releases/latest/download/frp_linux_amd64.tar.gz | tar xz \
  && ./frp_*/frpc --server-config http://{{.ServerAddr}}:{{.ServerPort}}/admin/api/frpc/proxy-config/{{.Client.Key}}

Download Install Script

Download a standalone provisioning script:

Download provision-{{.Client.Name}}.sh

Current Config

{{.FrpcConfig}}
Download frpc.toml

Add Proxies

Create proxies from the new proxy page. The client will auto-reload within 30 seconds.