mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-05 14:16:54 +00:00
cahnge md
This commit is contained in:
20
docs/run.md
Normal file
20
docs/run.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 启动
|
||||
## 服务端
|
||||
下载完服务器压缩包后,解压,然后进入解压后的文件夹
|
||||
1. 执行命令启动
|
||||
```shell
|
||||
./nps
|
||||
```
|
||||
**如有错误(E)修改配置文件相应端口**,无错误可继续进行下去
|
||||
2. 访问服务端ip:web服务端口(默认为8024)
|
||||
3. 使用用户名和密码登陆(默认admin/123,正式使用一定要更改)
|
||||
4. 创建客户端
|
||||
|
||||
## 客户端
|
||||
1. 下载客户端安装包并解压,进入到解压目录
|
||||
1. 点击web管理中客户端前的+号,复制启动命令
|
||||
2. 执行启动命令,linux直接执行即可,windows将./npc换成npc.exe用cmd执行
|
||||
|
||||
## 配置
|
||||
- 客户端连接后,在web中配置对应穿透服务即可
|
||||
- 可以查看[使用示例](/example)
|
Reference in New Issue
Block a user