|
3 年 前 | |
---|---|---|
.github | 4 年 前 | |
bridge | 4 年 前 | |
client | 4 年 前 | |
cmd | 4 年 前 | |
conf | 4 年 前 | |
docs | 3 年 前 | |
gui | 4 年 前 | |
image | 5 年 前 | |
lib | 4 年 前 | |
server | 4 年 前 | |
web | 3 年 前 | |
.gitattributes | 6 年 前 | |
.gitignore | 5 年 前 | |
.travis.yml | 4 年 前 | |
Dockerfile.npc | 4 年 前 | |
Dockerfile.nps | 4 年 前 | |
LICENSE | 6 年 前 | |
Makefile | 5 年 前 | |
README.md | 4 年 前 | |
README_zh.md | 4 年 前 | |
build.android.sh | 4 年 前 | |
build.assets.sh | 4 年 前 | |
build.sh | 3 年 前 | |
go.mod | 4 年 前 | |
go.sum | 4 年 前 |
NPS is a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
Didn't find the feature you want? It doesn't matter, click Enter the document to find it!
Download the corresponding system version, the server and client are separate.
After downloading the server compressed package, unzip it, and then enter the unzipped folder.
For linux、darwin sudo ./nps install
For windows, run cmd as administrator and enter the installation directory nps.exe install
The default configuration file of nps use 80,443,8080,8024 ports
80 and 443 ports for host mode default ports
8080 for web management access port
8024 for net bridge port, to communicate between server and client
For linux、darwin sudo nps start
For windows, run cmd as administrator and enter the program directory nps.exe start
After installation, the windows configuration file is located at C:\Program Files\nps, linux or darwin is located at /etc/nps
If you don't find it started successfully, you can check the log (Windows log files are located in the current running directory, linux and darwin are located in /var/log/nps.log).
If you need to register to the system service, you can check Register to the system service