去GitHub上wget 最新的代码
https://github.com/Wind4/vlmcsd/releases
wget https://github.com/Wind4/vlmcsd/releases/download/svn1113/binaries.tar.gz
tar xf binaries.tar.gz
cp binaries/Linux/intel/static/vlmcsd-x64-musl-static /usr/bin/vlmcsd
chmod +x /usr/bin/vlmcsd
下载 解压 复制 赋权
加入开机自启
nano /etc/rc.local
/usr/bin/vlmcsd
启动服务
vlmcsd
开放防火墙端口
firewall-cmd --add-port=1688/tcp --permanent
firewall-cmd --reload
firewall-cmd --list-ports
firewall-cmd --list-services
查看端口监听
netstat -lnpt | grep 1688
或者
lsof -i :1688
测试KMS 可用性
https://www.kms.pub/check.html
参考
https://blog.moper.net/2079.html