[GH-ISSUE #4511] frpc 无法登录frps服务 #3562

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

Originally created by @ALiangTech on GitHub (Oct 24, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4511

Bug Description

frps服务:已经启动
frps_servers
服务端是linux/amd64
客户端是windows/amd64

frpc Version

0.61.0

frps Version

0.61.0

System Architecture

linux/amd64

Configurations

frps配置:
`
bindPort = 7001

auth.method = "token"

auth.token ="hj@333"

webServer.addr="0.0.0.0"

webServer.port=7000

webServer.user="hj"

webServer.password="asd**77asdf123"

frpc配置:
serverAddr="xxx"
serverPort=7001
loginFailExit=true
auth.method="token"
auth.token="hj@333"
transport.tls.enable = false

proxies
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3389
remotePort = 23389
`

Logs

login to the server failed: dial tcp xxxx:7001: connectex: No connection could be made because the target machine actively refused it.. With loginFailExit enabled, no additional retries will be attempted

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 @ALiangTech on GitHub (Oct 24, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4511 ### Bug Description frps服务:已经启动 <img width="1022" alt="frps_servers" src="https://github.com/user-attachments/assets/072fb898-ade6-46eb-8dcc-48018470081b"> 服务端是linux/amd64 客户端是windows/amd64 ### frpc Version 0.61.0 ### frps Version 0.61.0 ### System Architecture linux/amd64 ### Configurations frps配置: ` bindPort = 7001 auth.method = "token" auth.token ="hj@333" webServer.addr="0.0.0.0" webServer.port=7000 webServer.user="hj" webServer.password="asd**77asdf123" ` frpc配置: ` serverAddr="xxx" serverPort=7001 loginFailExit=true auth.method="token" auth.token="hj@333" transport.tls.enable = false [[proxies]] name = "test-tcp" type = "tcp" localIP = "127.0.0.1" localPort = 3389 remotePort = 23389 ` ### Logs login to the server failed: dial tcp xxxx:7001: connectex: No connection could be made because the target machine actively refused it.. With loginFailExit enabled, no additional retries will be attempted ### 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
Author
Owner

@fatedier commented on GitHub (Oct 25, 2024):

Check and confirm that your network environment is normal.

<!-- gh-comment-id:2436974995 --> @fatedier commented on GitHub (Oct 25, 2024): Check and confirm that your network environment is normal.
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#3562
No description provided.