mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4465] [E] [service.go:273] token in login doesn't match token from configuration #3531
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3531
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shangjianan2 on GitHub (Oct 2, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4465
Bug Description
我按照https://cloud.tencent.com/developer/article/1837482 这个教程部署frp,运行客户端时报错信息如下
frpc Version
0.33.0
frps Version
0.33.0
System Architecture
centos
Configurations
客户端配置
服务端配置
Logs
服务端报错信息
Steps to reproduce
./frpc -c $PWD/frpc.ini启动,依旧有问题...
Affected area
@superzjg commented on GitHub (Oct 2, 2024):
既然是刚刚部署的,建议用最新版v0.60.0然后用 toml 格式(驼峰)配置,那个教程的0.33很老了。
中文配置示例:https://gofrp.org/zh-cn/docs/examples/
完整配置文件说明:
https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml
https://github.com/fatedier/frp/blob/dev/conf/frps_full_example.toml
@shangjianan2 commented on GitHub (Oct 2, 2024):
好使了,多谢