| Name | {{.Client.Name}} |
| Key | {{.Client.Key}} |
Run this on your client machine. It downloads frpc and auto-updates from this server:
curl -sL https://github.com/fatedier/frp/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 a standalone provisioning script:
Download provision-{{.Client.Name}}.sh{{.FrpcConfig}}
Create proxies from the new proxy page. The client will auto-reload within 30 seconds.