[GH-ISSUE #3923] Is the configuration secure enough for RDP access? #3112

Closed
opened 2026-05-05 14:00:58 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @alexmartynov666 on GitHub (Jan 10, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3923

Bug Description

STCP + QUIC
Are there any other mandatory settings needed?

frpc Version

0.53.2

frps Version

0.53.2

System Architecture

windows/amd64

Configurations

Tunnel server frps.toml:
quicBindPort = 60000

RDP server frpc.toml:
serverAddr = "XXXX"
serverPort = 60000
transport.protocol = "quic"
proxies
name = "secret_rdp"
type = "stcp"
secretKey = "XXXX"
localIP = "127.0.0.1"
localPort = 3389

Client server frpc.toml:
serverAddr = "XXXX"
serverPort = 60000
transport.protocol = "quic"
visitors
name = "secret_rdp_visitor"
type = "stcp"
serverName = "secret_rdp"
secretKey = "XXXX"
bindAddr = "127.0.0.1"
bindPort = 3389

Originally created by @alexmartynov666 on GitHub (Jan 10, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/3923 ### Bug Description STCP + QUIC Are there any other mandatory settings needed? ### frpc Version 0.53.2 ### frps Version 0.53.2 ### System Architecture windows/amd64 ### Configurations _Tunnel server frps.toml:_ quicBindPort = 60000 _RDP server frpc.toml:_ serverAddr = "XXXX" serverPort = 60000 transport.protocol = "quic" [[proxies]] name = "secret_rdp" type = "stcp" secretKey = "XXXX" localIP = "127.0.0.1" localPort = 3389 _Client server frpc.toml:_ serverAddr = "XXXX" serverPort = 60000 transport.protocol = "quic" [[visitors]] name = "secret_rdp_visitor" type = "stcp" serverName = "secret_rdp" secretKey = "XXXX" bindAddr = "127.0.0.1" bindPort = 3389
gitea-mirror 2026-05-05 14:00:58 -06:00
Author
Owner

@superzjg commented on GitHub (Jan 10, 2024):

This is OK

  1. The STCP mode is relatively safe.
  2. FRP is encrypted by default since v0.50.0.
  3. RDP defaults to using self signed certificates.
<!-- gh-comment-id:1884708028 --> @superzjg commented on GitHub (Jan 10, 2024): This is OK 1. The STCP mode is relatively safe. 2. FRP is encrypted by default since v0.50.0. 3. RDP defaults to using self signed certificates.
Author
Owner

@github-actions[bot] commented on GitHub (Feb 1, 2024):

Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1920253234 --> @github-actions[bot] commented on GitHub (Feb 1, 2024): Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3112
No description provided.