Microsoft

Manually Activate Microsoft Office on KMS Server

Run these commands in Command Prompt as administrator:

Custom installation of Office

First, you’ll need to clear previous installations of Office. You can skip this if Office has never been installed on the machine before:

Once you’re done:

It will now download and install Office. You can activate it with your preferred method.


Alternative Methods

Install KMS on docker compose

Deploying pyKMS Using Docker-compose

Firstly, it’s worth mentioning that while pyKMS can activate any license without question, it’s not intended for use with unlicensed copies of Windows. Your organization should legally own the licenses for all Windows instances that you intend to activate with pyKMS.

Prerequisites

To deploy pyKMS using Docker-compose, you need:

  1. Docker installed on your machine.
  2. Docker-compose installed on your machine.

Steps to Deploy

version: '3'
services:
  kms:
    image: ghcr.io/py-kms-organization/py-kms:python3
    ports:
      - 1688:1688
      - 8080:8080
    environment:
      IP: "::"
      HWID: RANDOM
      LOGLEVEL: INFO
      NTP_SERVERS: 0.fr.pool.ntp.org
      TZ: Europe/Paris
    restart: always
    volumes:
      - ./db:/home/py-kms/db
      - /etc/localtime:/etc/localtime:ro

You’ve now deployed your pyKMS server using Docker-compose! The server will auto-start every time your machine boots, thanks to the restart: always command.

Manually Activate Windows 11 (Enterprise) on KMS Server

Enter the licence key Pi-KMS Product

slmgr /ipk <WINDOWS_ACTIVATION_KEY>

Enter the kms server

slmgr /skms <Name[:1688]>

And active your Windows

slmgr /ato