当前位置: 首页 > 工具软件 > SmartPing > 使用案例 >

SmartPing

栾峰
2023-12-01

官网:http://smartping.org/

下载安装
二进制安装
选择相应OS的二进制包(最新版本v0.5.0)
Linux: Github 百度云(提取码:gbcg)
Windows:Github 百度云(提取码:gbcg)
All Release:Github 百度云(提取码:gbcg)
解压并运行程序
解压压缩包。
使用命令(Windows使用CMD) cd 进入到刚刚创建的目录。
执行命令
Linux: ./control start
Windows: 双击 control.cmd
SmartPing默认WEB服务端口为8899,管理界面默认密码为:smartping,若需要修改请修改conf/config.json或conf/config-base.json

源码安装
基本依赖
Go 语言:版本 >= 1.6
安装GO语言
如果您的系统已经安装要求版本的 Go 语言,可以跳过。
安装参考:https://studygolang.com/dl
源码编译
克隆或直接下载ZIP的源码包
git clone https://github.com/gy-games/smartping.git
cd smartping
Linux: ./control build
Windows: control.cmd build
运行程序
Linux: ./control start
Windows: control.cmd start
SmartPing默认WEB服务端口为8899,管理界面默认密码为:smartping,若需要修改请修改conf/config.json或conf/config-base.json

 类似资料:

相关阅读

相关文章

相关问答