小鸡上已经配置了frps,要实现远程桌面,怎么改配置?

查看 62|回复 4
作者:我打了一辈子仗   
小鸡上已经配置了frps,目前已经利用域名正常配置内网穿透NAS,要再实现远程桌面,服务端要做什么样的配置修改?
frps的配置:

设备上用的frpc配置:
[ol]# ==========客户端配置:==========
[common]
server_addr = nas.xxxxxx.xyz
server_port = 5443
token = Exxxxxxxxxxx9
#log_file = /dev/null
#log_level = info
#log_max_days = 3
[1]
remote_port = 16666
type = http
local_ip = 192.168.88.222
local_port = 8085
subdomain = qb
[2]
remote_port = 16666
type = http
local_ip = 192.168.88.222
local_port = 5005
subdomain = webdav
[3]
以此类推......
[/ol]复制代码

小鸡, 远程桌面, 以此类推

ZYGLQexplorer   
服务端不用,客户端加就行 type=tcp
我打了一辈子仗
OP
  

ZYGLQexplorer 发表于 2024-7-2 09:24
服务端不用,客户端加就行 type=tcp

谢谢大佬,客户端这样写吗?
[ol]# ==========客户端配置:==========
[common]
server_addr = nas.xxxxxx.xyz(换成ip?)
server_port = 5443
token = Exxxxxxxxxxx9
[1]
remote_port = 端口填哪个?
type = tcp
local_ip = 192.168.88.222
local_port = 3389[/ol]复制代码
我打了一辈子仗
OP
  

ZYGLQexplorer 发表于 2024-7-2 09:24
服务端不用,客户端加就行 type=tcp

谢谢大佬,
# ==========客户端配置:==========
[common]
server_addr = nas.xxxxxx.xyz
(换成ip?)
server_port = 5443
token = Exxxxxxxxxxx9
[1]
remote_port =
端口填哪个?
type = tcp
local_ip = 127.0.0.1
local_port = 3389
a258901002   
frp客户端增加如下:
#此处名称可自定义
[win11虚拟桌面]
#此处为协议,还有tcp、udp、http、https、stcp
type = tcp                 
local_ip = 127.0.0.1
#此处为本端开放的端口
local_port = 3389   
#此处为公网地址转换的端口,此端口可任意调换
remote_port = 9527
您需要登录后才可以回帖 登录 | 立即注册

返回顶部