赞
踩
[common] bind_port = 3000 vhost_http_port = 4000 vhost_https_port = 5000 authentication_method = token authenticate_new_work_conns = true token = 5ae9394f-32d8-4a58-b6ed-e9f36a65c01a # frp管理后台端口,请按自己需求更改 dashboard_port = 6000 # frp管理后台用户名和密码,请改成自己的 dashboard_user = admin dashboard_pwd = 123456 enable_prometheus = true
启动frps服务端
systemctl restart frps
systemctl status frps
[common] server_addr = second.zhananclub.com server_port = 3000 authentication_method = token authenticate_new_work_conns = true token = 5ae9394f-32d8-4a58-b6ed-e9f36a65c01a admin_addr = 127.0.0.1 admin_port = 7400 admin_user = admin admin_pwd = admin [ssh] type = tcp local_ip = 192.168.1.154 local_port = 3389 remote_port = 13003
地址:http://www.nssm.cc/download
NSSM是一个服务封装程序,它可以将普通exe程序封装成服务,使之像windows服务一样运行。
我的是win64,找对应的系统
然后把nssm.exe这个文件放到frpc同一个目录上
先以管理员的方式启动cmd命令
因为我的frpc目录是放在D:/frpc
输入 nssm install
输入后,点Install Service
然后启动这个服务
nssm start frpc
这时候我们看任务管理器
已经启动成功了,这时候关机的话,重启电脑这个服务也会自动启动的。
http://localhost:7400/static/#/configure
最好可以nssm配置下环境变量,这样就不用指定进入到目录
nssm中Windows配置环境变量如下:
打开高级系统配置–>环境变量—>找到path
然后添加nssm的安装路径
点确定即可。
以管理员方式启动cmd
1. nssm install servername //创建servername服务
2. nssm start servername //启动服务
3. nssm stop servername //暂停服务
4. nssm restart servername //重新启动服务
5. nssm remove servername //删除创建的servername服务
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。