请教,如何丝滑访问远程桌面,frp设置kcp后链接失败

77次阅读

共计 697 个字符,预计需要花费 2 分钟才能阅读完成。

远程桌面用的 vir 的机器,frps 放在 hk 的小鸡上
端口在服务器端确认都是打开的
目前的 frpc.ini 如下:
#frpc.ini
[common]
server_addr = xxxx
server_port = 7000
token = token
heartbeat_interval = 30
heartbeat_timeout = 90

[rdp]
type = tcp
local_ip = 0.0.0.0
local_port = 3389
remote_port = 9420
[rdpudp]
type = udp
local_ip = 0.0.0.0
local_port = 3389
remote_port = 9420
复制代码
frps.ini 设置如下
[common]
bind_port = 7000
kcp_bind_port = 7000
bind_udp_port = 7001
token = token
max_pool_count = 99999
heartbeat_timeout = 90
authentication_timeout = 900 复制代码
在 frpc.ini 中的 comon 中增加以下代码,就会导致无法链接
protocol = kcp
tcp_mux = true
复制代码
请教下如何配置才能顺利打开 kcp 加速呢?

KCP 模式是通过 UDP 发包的,检查一下网络的 UDP 情况。实在配置不上不要勉强。用 parsec 远程,可以远程丝滑玩游戏,让你忘记远程的存在

Frp 大佬 发表于 2023-1-7 20:32
用 parsec 远程,可以远程丝滑玩游戏,让你忘记远程的存在

parsec 远程需要物理显卡,还需要声卡,服务器很多都没有物理显卡

正文完
 0