下载安装
二进制安装
选择相应OS的二进制包(最新版本v0.8.0)
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的源码包
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
最后更新于