# nps-socks5
**Repository Path**: why168/nps-socks5
## Basic Information
- **Project Name**: nps-socks5
- **Description**: nps-socks5
- **Primary Language**: Go
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-08-21
- **Last Updated**: 2023-09-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# nps-socks5服务一键搭建脚本
- [x] 稳定版V3.0
## 介绍 ##
基于[nps](https://github.com/ehang-io/nps)的Shell脚本,集成socks5搭建,管理,启动,添加账号等基本操作。方便用户操作,并且支持快速构建socks5服务环境。
- 默认管理页面ip:18080
- 默认管理员账号密码:admin admin
- 默认socks5账号信息:账号socks5 密码socks5 端口5555
- 支持多端口、多账号管理
- 加密传输、数据压缩
- 服务端、客户端分离安装、可实现国内中专代理,降低被和谐概率
- 脚本只提供学习交流,请在法律允许范围内使用!!!!


## 系统支持 ##
* contest、ubuntu、debian
* windows(需要自行编译)
## 功能 ##
- 全自动无人值守安装,服务端部署只需一条命令
- 全新的web端管理,支持多端口、多账号、多服务器、以及中转代理
- 添加账户、删除用户、开启账户验证、关闭账户验证、一键修改端口
## 方法一:一键安装或更新到最新 ##
wget -q -N --no-check-certificate https://raw.githubusercontent.com/wyx176/nps-socks5/master/install.sh && chmod 777 install.sh && bash install.sh
## 方法二:linux、windows均支持,需要安装go语言环境进行编译
[参考NPS文档](https://ehang-io.github.io/nps/#/install)go get -u github.com/wyx176/nps-socks5
2、编译服务端:进入到nps-socks5文件夹中执行命令
go build cmd/nps/nps.go
3、编译客户端:进入到nps-socks5文件夹中执行命令
go build cmd/npc/npc.go
## 相关文件路径、命令 ##
- 1、后台管理的配置文件