[[proxies]] name = "ssh" type = "tcp" localIP = "127.0.0.1" localPort = 22 remotePort = 6000
启动服务测试
1 2
chmod +x ./frpc ./frpc -c ./frpc.toml
1 2 3 4 5 6
2026-03-0216:05:37.305 [I] [sub/root.go:149] start frpc service for config file [./frpc.toml] 2026-03-0216:05:37.305 [I] [client/service.go:325] tryto connect to server... 2026-03-0216:05:37.340 [E] [client/service.go:310] token in login doesn't match token from configuration 2026-03-0216:05:37.340 [W] [client/service.go:328] connect to server error: token in login doesn't match token from configuration 2026-03-0216:05:37.340 [I] [sub/root.go:167] frpc service for config file [./frpc.toml] stopped login to the server failed: token in login doesn't match token from configuration. With loginFailExit enabled, no additional retries will be attempted