fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
85.61k stars 13.26k forks source link

feautre not working #3212

Closed 7054company closed 1 year ago

7054company commented 1 year ago

Bug Description

A i use dashboard feauture by setup in frps.ini It work well over port But when i try to use admin ui feature it not work It does not assign the port And does not work ..

Can you fix that

frpc Version

latest release

frps Version

latest release

System Architecture

linux

Configurations

Simple setup not complex

Logs

No response

Steps to reproduce

  1. nano frps.ini
  2. add admin docs setup
  3. now run
  4. frps -c frps.ini
  5. It does not assign or activate admin feature ...

Affected area

Becods commented 1 year ago

Post your configuration.

github-actions[bot] commented 1 year ago

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

7054company commented 1 year ago

Wait i will soon response

7054company commented 1 year ago

[common]
bind_addr = 0.0.0.0
bind_port = 7000
bind_udp_port = 7001
kcp_bind_port = 7000

dashboard_addr = 0.0.0.0
dashboard_port = 7005
dashboard_user= admin
dashboard_pwd = admin
enable_prometheus = true

allow_ports = 2000-9000,4000-50000

detailed_errors_to_client = true

7054company commented 1 year ago

Bro i resolve that isssu but i have to ask how i assign random port to client fprc in ssh

github-actions[bot] commented 1 year ago

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