Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
github.com/luoxiping/vpn-manager
v2ray-web-manager 项目包含admin管理端和proxy端,admin端提供管理功能。proxy端提供核心的流量控制、账号识别、流量转发功能, 同时支持多种转发流量模型(1对1,1对多)。
项目核心是工作在传输层的中间件,位于用户与v2ray链路之间。通过转发流量实现。理论上支持上层所有的协议,现适配了ws协议。
ssl/tls 支持使用nginx 等工具提供,也可以套cdn提供。
流量控制(qos)-无敌的速率、流量、连接数控制 ,一切都可以灵活定制
账号管理
流量管理-到期自动断开、流量超标自动断开
服务器管理
公告管理
分权限
邀请码注册
订阅
等级
watch
star
Fork
服务器配置
管理员帐号页面
普通用户看到页面
更多页面,请自己尝试。
* java8 以上
* 内存大于等于300M
* cpu vCPU 1核心
* nginx 或者其他具有相同功能
数据库-默认情况下会在 /opt/jar/db
生成admin.db 定时保存就好
升级前先看更新日志
下载对应的release包
关闭java服务
关闭 admin
# ps -ef | grep admin-
# kill [进程号]
# ps -ef | grep v2ray-proxy-
# kill [进程号]
根据配置文件重置密码或者创建新账号。
# x.y.z 为版本号,版本大于3.1.4提供支持
java -jar admin-x.y.z.jar --spring.config.location=/opt/jar/admin.yaml restpwd
使用其他jre 如:openj9-eclipse, 减低内存占用明显,并且不影响性能。
说明: 本地带宽下行50Mpbs,上行约8Mpbs。admin端限速2MB/S, 测试结果如图:
测试结果:下行16.36/8=2.1 刚刚好是admin端配置的2MB/S。
查看项目的 todo-list,如果你有能力并且有时间可以实现 欢迎 pull request
任何issue/文档错误,你都可以pull request
想法/优化/新功能,先讨论在pull request
现在架构:
未来架构(不继续开发):
提供 用户/账号等功能的管理
请遵循你国家的法律下使用。仅供学习研究
This project is licensed under the MIT License
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.