2 Star 18 Fork 9

JOHNSON / 云服务器管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

哔哩哔哩 bilibili: https://www.bilibili.com/video/BV1zy4y1z73B

环境搭建

Python 3.8.2

附件中有 requirements.txt 里面有所用包, 双击运行安装所需环境.bat 建议使用管理员权限打开, 就一句话而已

pip install --index-url https://pypi.douban.com/simple -r requirements.txt && pause

附件中还有 WinPcap_4_1_3.exe 也需要安装.

启动项目

使用Python执行manage.py即可

python manage.py -[options]

服务端

服务端程序只有一个可选参数, port 端口,

opt, args = getopt.getopt(sys.argv[1:], 'p:')

开放的HOST为所有

app.run(host="0.0.0.0", port=port)

客户端

客户端和服务端一样

MIT License Copyright (c) 2020 JOHNSON Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

程序由Python开发,使用 Flask, 和底层网络接口 Socket 封装实现, 支持多链接,同时操控多台主机,监控主机状态,监控数据包安全,文件分发等功能。web端提供可视化操作界面,解脱繁琐的程序安装过程。打开浏览器即可使用,实时同步数据,实时通知。以达到方便管理,节省时间成本,提高工作效率的目的。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/J0hNs0N/cloud-server-management-system.git
git@gitee.com:J0hNs0N/cloud-server-management-system.git
J0hNs0N
cloud-server-management-system
云服务器管理系统
master

搜索帮助