[GH-ISSUE #2344] “dashboard_user”、“dashboard_pwd”设为空值,仍需要输入默认用户名和密码(admin),才能访问仪表盘 #1863

Closed
opened 2026-05-05 13:12:18 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @xqzr on GitHub (Apr 6, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2344

[REQUIRED] hat version of frp are you using

Version:0.36.2

[REQUIRED] What operating system and processor architecture are you using
OS:Windows Server 2012 R2
CPU architecture:N/A

[REQUIRED] description of errors

confile

......
dashboard_addr = 127.5.2.5
dashboard_port = 7501
dashboard_user = 
dashboard_pwd = 
......

log file

N/A
Steps to reproduce the issue

  1. 写frps.ini
[common]
dashboard_addr = 127.0.0.1
dashboard_port = 7502
dashboard_user = 
dashboard_pwd = 
  1. frps -c frps.ini
  2. 浏览器访问:http://127.0.0.1:7502

Supplementary information
升级到0.36.2版本后出现此问题。
Can you guess what caused this issue

Checklist:

  • [] I included all information required in the sections above
  • [] I made sure there are no duplicates of this report (Use Search)
Originally created by @xqzr on GitHub (Apr 6, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2344 <!-- From Chinese to English by machine translation, welcome to revise and polish. --> <!-- ⚠️⚠️ Incomplete reports will be marked as invalid, and closed, with few exceptions ⚠️⚠️ --> <!-- in addition, please use search well so that the same solution can be found in the feedback, we will close it directly --> <!-- for convenience of differentiation, use FRPS or FRPC to refer to the FRP server or client --> **[REQUIRED] hat version of frp are you using** <!-- Use ./frpc -v or ./frps -v --> Version:0.36.2 **[REQUIRED] What operating system and processor architecture are you using** OS:Windows Server 2012 R2 CPU architecture:N/A **[REQUIRED] description of errors** **confile** <!-- Please pay attention to hiding the token, server_addr and other privacy information --> ``` ...... dashboard_addr = 127.5.2.5 dashboard_port = 7501 dashboard_user = dashboard_pwd = ...... ``` **log file** <!-- If the file is too large, use Pastebin, for example https://pastebin.ubuntu.com/ --> N/A **Steps to reproduce the issue** 1. 写frps.ini ``` [common] dashboard_addr = 127.0.0.1 dashboard_port = 7502 dashboard_user = dashboard_pwd = ``` 2. frps -c frps.ini 3. 浏览器访问:http://127.0.0.1:7502 **Supplementary information** 升级到0.36.2版本后出现此问题。 **Can you guess what caused this issue** **Checklist**: <!--- Make sure you've completed the following steps (put an "X" between of brackets): --> - [] I included all information required in the sections above - [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/fatedier/frp/issues?q=is%3Aissue)
gitea-mirror 2026-05-05 13:12:18 -06:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@Xipro commented on GitHub (Apr 6, 2021):

[REQUIRED] hat version of frp are you using

Version:0.36.2

[REQUIRED] What operating system and processor architecture are you using
OS:Windows 2012 R2
CPU architecture:N/A

[REQUIRED] description of errors

confile

......
dashboard_addr = 127.5.2.5
dashboard_port = 7501
dashboard_user = 
dashboard_pwd = 
......

log file

N/A
Steps to reproduce the issue

  1. 写frps.ini
[common]
dashboard_addr = 127.0.0.1
dashboard_port = 7502
dashboard_user = 
dashboard_pwd = 
  1. frps -c frps.ini
  2. 浏览器访问:http://127.0.0.1:7502

Supplementary information
升级到0.36.2版本后出现此问题。
Can you guess what caused this issue

Checklist:

  • [] I included all information required in the sections above
  • [] I made sure there are no duplicates of this report (Use Search)
<!-- gh-comment-id:814232396 --> @Xipro commented on GitHub (Apr 6, 2021): > **[REQUIRED] hat version of frp are you using** > > Version:0.36.2 > > **[REQUIRED] What operating system and processor architecture are you using** > OS:Windows 2012 R2 > CPU architecture:N/A > > **[REQUIRED] description of errors** > > **confile** > > ``` > ...... > dashboard_addr = 127.5.2.5 > dashboard_port = 7501 > dashboard_user = > dashboard_pwd = > ...... > ``` > > **log file** > > N/A > **Steps to reproduce the issue** > > 1. 写frps.ini > > ``` > [common] > dashboard_addr = 127.0.0.1 > dashboard_port = 7502 > dashboard_user = > dashboard_pwd = > ``` > > 1. frps -c frps.ini > 2. 浏览器访问:http://127.0.0.1:7502 > > **Supplementary information** > 升级到0.36.2版本后出现此问题。 > **Can you guess what caused this issue** > > **Checklist**: > > * [] I included all information required in the sections above > * [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/fatedier/frp/issues?q=is%3Aissue)
Author
Owner

@Xipro commented on GitHub (Apr 6, 2021):

The same issue,but i use centos7 for server.

<!-- gh-comment-id:814232598 --> @Xipro commented on GitHub (Apr 6, 2021): The same issue,but i use centos7 for server.
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#1863
No description provided.