?FRP?下载
https://blog.csdn.net/weixin_38416696/article/details/109549598
FRP?文档
https://freefrp.net/docs.html
服务 Service 配置
编辑?frps.ini
[common]
# 服务端口
bind_port = 7000
# 认证秘钥
token = 26
# 后台端口 http://127.0.0.1:7001
dashboard_port = 7001
# 后台管理员账号
dashboard_user = Administrator
# 后台管理员密码
dashboard_pwd = oooo
# 命令启动 服务
frps.exe -c frps.ini
客户端配置
编辑?frpc.ini
[common]
# 服务器IP
server_addr = 47.255.255.255
# 服务器端口
server_port = 7000
# 服务器token
token = 26
# 名称 任意
[RDP]
# 连接类型
type = tcp
# 本机IP
local_ip = 127.0.0.1
# 需要映射的端口 这里远程连接默认 3389
local_port = 3389
# 远程端口 实际使用的
remote_port = 7002
frpc.exe -c frpc.ini
设置开机自启动? cmd? 输入?shell:startup? 新建 bat 写入下面命令 开机系统会自动运行
注意 bat文件格式为 ANSI 不然会中文乱码
先到 home 根路径下? 执行 启动命令? 超时则等待5秒重新执行? 死循环
Service 运行同理
:home
c:\Users\Administrator\Desktop\file\安装包\frp_0.38.0_windows_amd64\frp_0.38.0_windows_amd64\frpc.exe -c c:\Users\Administrator\Desktop\file\安装包\frp_0.38.0_windows_amd64\frp_0.38.0_windows_amd64\frpc.ini
choice /T 5 /C ync /CS /D y /n
goto home
|