https://www.office26.com/office/office_7021.html
step1:下载kms服务器的脚本到/opt
wget --no-check-certificate https://github.com/teddysun/across/raw/master/kms.sh -O /opt
step2:添加权限,并执行脚本
chmod +x kms.sh && ./kms.sh
./kms.sh会下载kms服务器的代码到/etc/init.d/kms
step3:查看端口1688
ss -ntulp|grep 1688
使用命令:
/etc/init.d/kms start 启动
/etc/init.d/kms stop 停止
/etc/init.d/kms restart 重启
/etc/init.d/kms status 查看状态
卸载方式:
./kms.sh uninstall
kms激活:
step1:管理员运行cmd
step2:运行命令
slmgr /skms kms服务器的ip或域名
slmgr /ipk 键值 (可不写,自动分配)
slmgr /ato 激活
slmgr /xpr //查看激活到期时间