{"id":6231,"date":"2025-02-23T09:41:14","date_gmt":"2025-02-23T08:41:14","guid":{"rendered":"https:\/\/roccadomenico.it\/wordpress\/?p=6231"},"modified":"2025-11-08T00:28:28","modified_gmt":"2025-11-07T23:28:28","slug":"server-privato-kms-per-attivazione-windows","status":"publish","type":"post","link":"https:\/\/roccadomenico.it\/wordpress\/server-privato-kms-per-attivazione-windows\/","title":{"rendered":"Server privato KMS per attivazione Windows"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"6231\" class=\"elementor elementor-6231\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d48763 e-flex e-con-boxed e-con e-parent\" data-id=\"2d48763\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8bb7bd9 elementor-widget elementor-widget-text-editor\" data-id=\"8bb7bd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Un server KMS (Key Management Service) \u00e8 un sistema che gestisce le licenze di prodotti software, come Windows. Per attivare un prodotto, l&#8217;utente deve registrarsi sul server KMS e inserire il proprio ID utente e la chiave corrispondente per ricevere la licenza. Grazie a questo sistema, i licenziati possono utilizzare i propri prodotti software senza doverlo fare direttamente dal provider.<\/p><p>In questo articolo vi spiegher\u00f2 come crearne uno privato sul vostro server Linux<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef5a5d7 e-flex e-con-boxed e-con e-parent\" data-id=\"ef5a5d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c62d063 elementor-widget elementor-widget-text-editor\" data-id=\"c62d063\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"h2_3\">Running KMS Server in a Docker Container<\/h2><p>It\u2019s even easier and faster to run the vlmcsd activation server in a Docker container. The most popular KMS on Docker Hub is the\u00a0<a href=\"https:\/\/hub.docker.com\/r\/mikolatero\/vlmcsd\">mikolatero\/vlmcsd<\/a>\u00a0container.<\/p><p>If Docker is not already installed on the host, the fastest way to install it is as follows:<\/p><p><code># curl https:\/\/get.docker.com -o install.sh &amp;&amp; sh install.sh<\/code><\/p><p>In order to run containers without using the sudo command, you need to add your user account to the\u00a0<u>docker<\/u>\u00a0group.<\/p><p><code>$ sudo groupadd docker$ sudo gpasswd -a ${USER} docker<br \/>$ sudo service docker restart<br \/># Update your user group without having to log out.<br \/>$ newgrp docker<\/code><\/p><p>Now you can download the vlmcsd container:<\/p><p><code>$ docker pull mikolatero\/vlmcsd<\/code><br \/>Run the container:<\/p><p><code>$ docker run -d -p 1688:1688 --restart=always --name vlmcsd mikolatero\/vlmcsd<\/code><\/p><p>Adesso passiamo alle macchine che vuoi che si colleghino al server KMS appena creato, per ricevere l&#8217;attivazione (NB. il collegamento tra la macchina Windows e il server KMS deve avvenire una volta almeno ogni 180 gg)<\/p><p><strong>ATTIVAZIONE SU MACCHINA WINDOWS del nuovo server KMS (<\/strong>da amministratore):<\/p><p>netsh interface portproxy add v4tov4 listenport=1688 listenaddress=0.0.0.0 connectport=1688 connectaddress=192.168.123.114<\/p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p><p><strong>(elimina il vecchio product-key)<\/strong><\/p><p>slmgr \/upk<\/p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p><p><strong> (installa il nuovo product-key che deve essere scaricato in base alla propria ver di window da:https:\/\/learn.microsoft.com\/en-us\/previous-versions\/windows\/it-pro\/windows-server-2012-R2-and-2012\/jj612867(v=ws.11)<\/strong><\/p><p>slmgr \/ipk W269N-WFGWX-YVC9B-4J6C9-T83GX<\/p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p><p><strong>(ip del server linux sul quale gira KMS)<\/strong><\/p><p>slmgr \/skms 192.168.123.114\u00a0<\/p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p><p><strong>(comando finale per attivare la procedura)<\/strong><\/p><p>slmgr \/ato\u00a0<\/p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>info at:<br \/><a href=\"https:\/\/github.com\/Py-KMS-Organization\/py-kms.git\">https:\/\/github.com\/Py-KMS-Organization\/py-kms.git<\/a><br \/><a href=\"https:\/\/www.ilsoftware.it\/focus\/kms-cos-e-e-come-funziona-l-attivazione-di-windows-in-rete-locale_23680\/\">https:\/\/www.ilsoftware.it\/focus\/kms-cos-e-e-come-funziona-l-attivazione-di-windows-in-rete-locale_23680\/<\/a><\/p><p>per attivare WINDOWS11 PRO il product-key da inserire \u00e8 Windows 11 Pro (<a href=\"https:\/\/gist.github.com\/jerodg\/502bd80a715347662e79af526c98f187#windows-11\">https:\/\/gist.github.com\/jerodg\/502bd80a715347662e79af526c98f187#windows-11<\/a>)<br \/>W269N-WFGWX-YVC9B-4J6C9-T83GX<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Un server KMS (Key Management Service) \u00e8 un sistema che gestisce le licenze di prodotti software, come Windows. Per attivare un prodotto, l&#8217;utente deve registrarsi sul server KMS e inserire il proprio ID utente e la chiave corrispondente per ricevere la licenza. Grazie a questo sistema, i licenziati possono utilizzare i propri prodotti software senza [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[30],"tags":[],"class_list":["post-6231","post","type-post","status-publish","format-standard","hentry","category-informatica"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/posts\/6231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/comments?post=6231"}],"version-history":[{"count":10,"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/posts\/6231\/revisions"}],"predecessor-version":[{"id":6377,"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/posts\/6231\/revisions\/6377"}],"wp:attachment":[{"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/media?parent=6231"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/categories?post=6231"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/roccadomenico.it\/wordpress\/wp-json\/wp\/v2\/tags?post=6231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}