Giter Club home page Giter Club logo

Comments (6)

e282486518 avatar e282486518 commented on September 21, 2024 1

TOML格式语法: https://toml.io/cn/v1.0.0

frps.toml

[webServer]
port = 7500
user = "admin"
password = "admin"

或者
webServer = { port = 7500, user = "admin", password = "admin" }

from frp.

Recopec avatar Recopec commented on September 21, 2024 1

#3709
It could be fixed by adding webServer.addr = "0.0.0.0" to Configurations

from frp.

taony avatar taony commented on September 21, 2024

使用这个配置:

bindPort = 7000

[webServer]
port = 7005
user = "admin"
password = "admin"

启动后提示是成功的,但是网页上打开就是空白的。

[root@ubuntu frp]# ./frps -c frps.toml
2024/02/28 13:49:07 [I] [root.go:105] frps uses config file: frps.toml
2024/02/28 13:49:07 [I] [service.go:225] frps tcp listen on 0.0.0.0:7000
2024/02/28 13:49:07 [I] [root.go:114] frps started successfully
2024/02/28 13:49:07 [I] [service.go:338] dashboard listen on 127.0.0.1:7005

from frp.

TLSMars avatar TLSMars commented on September 21, 2024

这个就是成功了 dashboard监听在7005端口 浏览器输入ip:7005应该就能看到的

from frp.

superzjg avatar superzjg commented on September 21, 2024

使用这个配置:

bindPort = 7000

[webServer]
port = 7005
user = "admin"
password = "admin"

启动后提示是成功的,但是网页上打开就是空白的。

[root@ubuntu frp]# ./frps -c frps.toml
2024/02/28 13:49:07 [I] [root.go:105] frps uses config file: frps.toml
2024/02/28 13:49:07 [I] [service.go:225] frps tcp listen on 0.0.0.0:7000
2024/02/28 13:49:07 [I] [root.go:114] frps started successfully
2024/02/28 13:49:07 [I] [service.go:338] dashboard listen on 127.0.0.1:7005

你的日志很明显说明dashboard已经开启了 127.0.0.1:7005的监听,但是要知道127.0.0.1是本机地址,只有在本机才能访问。如果是远程访问,需要改地址配置:webServer.addr

from frp.

taony avatar taony commented on September 21, 2024
#frp服务仪表板配置
webServer.port = 7300 
webServer.addr = "0.0.0.0" 
webServer.user = "admin" 
webServer.password = "admin" 

综上,使用这个配置方式可以

from frp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.