Skip to content

szsyzx/frpMgr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README | 中文文档


Function:

  • help you to Configuration frp client and server.
  • install frp server on the web.
  • look up each server connect status.

Install Tutorial

wget -O - https://raw.githubusercontent.com/Zo3i/OCS/master/docker/docker-all2.sh | sh
wget -O - https://raw.githubusercontent.com/Zo3i/frpMgr/master/web/src/main/docker/final/run.sh | sh

just run the code above on your server;

Tip:the code just test on Debian9 CentOs7 and Ubantu18

  • how to access: your server ip:8999/frp
  • default account and password: admin/12345678
  • log information :1. docker ps 2. docker logs -f --tail 10 your java container ID

How to Use:

  • Resolve *.xxx.com to the frps server's IP. This is usually called a Wildcard DNS record.
  • Configuration the server.
  • install server online.
  • Configuration the client.
  • run open.bat.

Example Usage

  • Resolve *.xxx.com to the frps server's IP

  • Configuration the server.

  • input your remote server's password and wait minutes .(don't worry about your password disclosure. it just varify your server)

  • after you install and run the frp server. you can check out or restart the server

    service frps status
    service fprs stop
    service frps restart

About

Frp快速配置面板

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.9%
  • Java 19.6%
  • CSS 11.0%
  • HTML 8.5%
  • PLpgSQL 0.6%
  • Shell 0.2%
  • Other 0.2%