Return to site

Team OS Permanent Activator v6

broken image
broken image

Then all Windows (and Office) hosts in your domain will be automatically activated on your KMS server if they have a public GVLK installed on them. Where 192.168.14.147 is an IP address of your Linux host KMS service is running on.

broken image

To create a DNS SRV record, use the following PowerShell command:Īdd-DnsServerResourceRecord -Srv -Name '_VLMCS._tcp' -ZoneName '' -DomainName '192.168.14.147' -Priority 0 -Weight 0 -Port 1688 If you are using Microsoft DNS, you can create a _VLMCS record that will allow Windows clients to automatically find a KMS server in the domain.

broken image

Sudo docker run -d -p 1688:1688 -restart=always -name kms_server mikolatero/vlmcsd /vlmcsd -D -d -t 3 -e -v -R172800 -A10080 You can also run the KMS server in a docker container:

broken image