installing_an_open_source_kms_server
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
installing_an_open_source_kms_server [2024/12/25 11:22] – mike | installing_an_open_source_kms_server [2025/08/01 08:44] (current) – mike | ||
---|---|---|---|
Line 5: | Line 5: | ||
To run the KMS server in a docker container, see the next section. | To run the KMS server in a docker container, see the next section. | ||
- | === Running the KMS server as a native process on Linux === | + | ==== Running the KMS server as a native process on Linux ==== |
Install the '' | Install the '' | ||
Line 53: | Line 53: | ||
systemctl enable kms-script.service | systemctl enable kms-script.service | ||
- | === Running the KMS server in a docker container on Linux === | + | ==== Running the KMS server in a docker container on Linux ==== |
Ensure docker is installed and running on the server | Ensure docker is installed and running on the server | ||
Execute the following commands: | Execute the following commands: | ||
- | sudo docker pull mikolatero/vlmcsd | + | sudo docker pull teddysun/kms:latest |
- | sudo docker run -d -p 1688:1688 --restart=always --name kms_server | + | sudo docker run -d -p 1688:1688 --restart=always --name kms_server |
| | ||
Executing via a docker compose file: | Executing via a docker compose file: |
installing_an_open_source_kms_server.1735154567.txt.gz · Last modified: by mike