mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #220] RemoteApp port issues #1150
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kerwin1202 on GitHub (Mar 17, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/220
Originally assigned to: @VShawn on GitHub.
问题:
无法通过穿透使用 RemoteApp ,也想问问其他人有没有解决办法
起因:
RemoteApp 使用的是 3389 的
UDP协议,直接服务器没问题。但是我是异地两个内网想使用,所以用了 FRP 内网穿透。
修改了远程端口
8991并且开启了tcpudp8991的端口转发,但是一直卡在这界面mstsc 远程过程中,会显示质量良好已启用
UDPNetLimiter监控是UDP走通的附上我的
FRP配置@VShawn commented on GitHub (Mar 19, 2022):
这个可能需要你自己摸索了,我 RemoteAPP 用的比较少,更是完全没用过 FRP + RemoteAPP,无法提供有效的建议。
在之前看 RemoteAPP 的文档时也没有发现它会用 3389 以外的端口。
PRemoteM 中的 RemoteAPP 是完全基于系统自带的 mstsc.exe 启动的, 启动 RemoteAPP 时 PRemoteM 的操作是将RemoteAPP 的连接配置保存到一个临时的 .rdp 文件,然后通过命令行将这个临时 rdp 文件作为启动参数,启动 mstsc.exe,然后由 mstsc.exe 启动 RemoteAPP。