[GH-ISSUE #3289] [Feature Request] frpc admin dashboard enable tls #2635

Closed
opened 2026-05-05 13:42:06 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @ringerl on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3289

Describe the feature request

I've found no way to expose the frpc admin-dashboard via https - is this already possible?

https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini#L69:

# set admin address for control frpc's action by http api such as reload
admin_addr = 127.0.0.1

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @ringerl on GitHub (Feb 5, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3289 ### Describe the feature request I've found no way to expose the frpc admin-dashboard via **https** - is this already possible? https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini#L69: ``` # set admin address for control frpc's action by http api such as reload admin_addr = 127.0.0.1 ``` ### Describe alternatives you've considered _No response_ ### Affected area - [x] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [x] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:42:06 -06:00
Author
Owner

@fatedier commented on GitHub (Feb 6, 2023):

Not support

<!-- gh-comment-id:1418419527 --> @fatedier commented on GitHub (Feb 6, 2023): Not support
Author
Owner

@Becods commented on GitHub (Feb 7, 2023):

[common]
dashboard_tls_mode = true
dashboard_tls_cert_file = server.crt
dashboard_tls_key_file = server.key

7678938c08/pkg/config/server.go (L85-L95)

<!-- gh-comment-id:1420708539 --> @Becods commented on GitHub (Feb 7, 2023): ``` [common] dashboard_tls_mode = true dashboard_tls_cert_file = server.crt dashboard_tls_key_file = server.key ``` https://github.com/fatedier/frp/blob/7678938c088c8d57367494ad53dd5c3b9e0cca35/pkg/config/server.go#L85-L95
Author
Owner

@ringerl commented on GitHub (Feb 7, 2023):

@Becods, dashboard_tls_*-settings refer to frps not frpc. I was looking for TLS settings for the dashboard/api-endpoint in frpc.

<!-- gh-comment-id:1420783124 --> @ringerl commented on GitHub (Feb 7, 2023): @Becods, dashboard_tls_*-settings refer to frps not frpc. I was looking for TLS settings for the dashboard/api-endpoint in frpc.
Author
Owner

@github-actions[bot] commented on GitHub (Mar 10, 2023):

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

<!-- gh-comment-id:1463035116 --> @github-actions[bot] commented on GitHub (Mar 10, 2023): Issues go stale after 30d 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#2635
No description provided.