[GH-ISSUE #4636] The client's webserver is malfunctioning #3661

Closed
opened 2026-05-05 14:21:01 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @Wesley-0808 on GitHub (Jan 13, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4636

Bug Description

Can't start WebServer in frpc

frpc Config:
image
run:
image
request:
image

frpc Version

0.61.1

frps Version

0.61.1

System Architecture

linux/amd64

Configurations

[common]
webServer.addr = "127.0.0.1"
webServer.port = 7400
webServer.user = "admin"
webServer.password = "admin"
server_addr = ******
server_port = ******
token = ********
loginFailExit = false

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @Wesley-0808 on GitHub (Jan 13, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4636 ### Bug Description ### Can't start WebServer in frpc frpc Config: ![image](https://github.com/user-attachments/assets/e6d40435-bf5c-41b1-842e-912ad5f1f82c) run: ![image](https://github.com/user-attachments/assets/3a413228-bc0d-498b-8c5e-e38c2b7d7397) request: ![image](https://github.com/user-attachments/assets/74d07738-7a7b-4359-b15d-8113967f1bc1) ### frpc Version 0.61.1 ### frps Version 0.61.1 ### System Architecture linux/amd64 ### Configurations [common] webServer.addr = "127.0.0.1" webServer.port = 7400 webServer.user = "admin" webServer.password = "admin" server_addr = ****** server_port = ****** token = ******** loginFailExit = false ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [X] Docs - [X] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@xqzr commented on GitHub (Jan 13, 2025):

webServer.addr = "127.0.0.1"

webServer.addr = "0.0.0.0"
或者
http://127.0.0.1:7400

<!-- gh-comment-id:2587929421 --> @xqzr commented on GitHub (Jan 13, 2025): > webServer.addr = "127.0.0.1" `webServer.addr = "0.0.0.0"` 或者 http://127.0.0.1:7400
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#3661
No description provided.