Third-Party Service Activation
- Use
Administrator privileges and run two commands:
slmgr /skms kms.03k.org
slmgr /ato
Self-Hosted Service Activation
- CentOS 7 is used as the example, including the full download, compile, and install process
- Prepare the build environment
cd ~/tools
mkdir win
cd win
git clone https://github.com/Wind4/vlmcsd.git
cd bin
./vlmcsd
ps aux|grep vlmcsd
- Open port 1688 in the firewall
firewall-cmd --permanent --zone=public --add-port=1688/tcp
firewall-cmd --reload
- Done. Go back to the beginning of the article and replace the domain after
slmgr with your own server’s domain or IP address.