How to correctly set up kms server using windows system

王林
Release: 2021-03-04 10:57:18
forward
7932 people have browsed it

How to correctly set up kms server using windows system

Foreword:

Today I tried to find a tutorial on setting up a kms server on Baidu, but most of the articles I found were about setting up kms on a linux server. server. Therefore, I had to try to build a kms server on a windows system by myself. The specific steps are as follows:

Preparation work before starting:

1. A Windows system

Occasional/temporary use If you want to build a virtual machine and want to share it, or within the company or unit, it is recommended to install it directly on the server. If you don't have one, you can buy a cloud server.

2. [Optional] Public IP and domain name

If you want to share the built kms server, you must have a public IP. If the public IP is static, it's easy to set it directly to IP. If it is dynamic IP, then it needs to be implemented through DDNS. (Since I only have a preliminary understanding of DDNS, this tutorial does not explain the content of DDNS. A reminder: some routers come with DDNS)

If you are using a cloud server, it is more convenient . This is because the cloud server you purchase will automatically assign you a static public IP address. However, IP addresses are relatively long and generally difficult to remember, so it is recommended to purchase a domain name and bind the domain name to the IP, which is more convenient.

3. kms software package

Click here to open the website and download the latest version of the software package.

Specific steps:

Extract the downloaded compressed package, open \binaries\Windows\intel, and find vlmcsd-Windows-x64.exe (if it is a 32-bit system, please select x86 that).

How to correctly set up kms server using windows system

Open the firewall and add it to the allowed program list so that it will not fail due to being blocked by the firewall.

Click on the address bar above and copy the path.

Open the command prompt as an administrator, enter cd space, right-click and paste the copied path, and press Enter.

Copy and paste vlmcsd-Windows-x64.exe -s (change to x86 for 32-bit systems), press Enter, and wait for execution to complete.

Restart the computer/server.

Related recommendations:windows system

The above is the detailed content of How to correctly set up kms server using windows system. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!