[GH-ISSUE #2732] login to server failed #2184

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

Originally created by @Justinmaggie on GitHub (Jan 3, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2732

Bug Description

login to server failed: dial tcp xxxxxxx:7000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
dial tcp xxxxxxx:7000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

frpc Version

3.71

frps Version

3.71

System Architecture

Windows amd64

Configurations

frps
[common] bind_addr = 0.0.0.0 bind_port = 7000 dashboard_user = xxxxx #监控的用户名 dashboard_pwd = xxxxxx #监控的密码 dashboard_port = 7500

frpc

[common] server_addr = xx.xx.xx.xx #你的公网机器的ip地址 server_port = 7000 [ssh] type = tcp local_ip = 127.0.0.1 local_port = 3389 remote_port = 6000

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 @Justinmaggie on GitHub (Jan 3, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/2732 ### Bug Description login to server failed: dial tcp xxxxxxx:7000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. dial tcp xxxxxxx:7000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ### frpc Version 3.71 ### frps Version 3.71 ### System Architecture Windows amd64 ### Configurations frps [common] bind_addr = 0.0.0.0 bind_port = 7000 dashboard_user = xxxxx #监控的用户名 dashboard_pwd = xxxxxx #监控的密码 dashboard_port = 7500 frpc [common] server_addr = xx.xx.xx.xx #你的公网机器的ip地址 server_port = 7000 [ssh] type = tcp local_ip = 127.0.0.1 local_port = 3389 remote_port = 6000 ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:24:18 -06:00
Author
Owner

@Becods commented on GitHub (Jan 5, 2022):

Try to check if the port is open (this type of problem is particularly common with cloud servers).

<!-- gh-comment-id:1005560716 --> @Becods commented on GitHub (Jan 5, 2022): Try to check if the port is open (this type of problem is particularly common with cloud servers).
Author
Owner

@github-actions[bot] commented on GitHub (Feb 5, 2022):

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

<!-- gh-comment-id:1030463560 --> @github-actions[bot] commented on GitHub (Feb 5, 2022): 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#2184
No description provided.