nps/docs/run.md
2019-12-13 08:57:00 +08:00

21 lines
728 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 启动
## 服务端
下载完服务器压缩包后,解压,然后进入解压后的文件夹
1. 执行命令启动
```shell
./nps
```
**如有错误E修改配置文件相应端口**,无错误可继续进行下去
2. 访问服务端ip:web服务端口默认为8024
3. 使用用户名和密码登陆默认admin/123正式使用一定要更改
4. 创建客户端
## 客户端
1. 下载客户端安装包并解压,进入到解压目录
1. 点击web管理中客户端前的+号,复制启动命令
2. 执行启动命令linux直接执行即可windows将./npc换成npc.exe用cmd执行
## 配置
- 客户端连接后在web中配置对应穿透服务即可
- 可以查看[使用示例](/example)