Office Tool Plus#
Use the open-source Office Tool Plus to crack the Office suite, combined with a KMS server to achieve License authorization (you need to select a volume license such as Office LTSC Professional Plus 2024 - Volume License
).
KMS Server#
Available KMS Servers#
The current list of available KMS servers can be found in the KMS Address List.
Self-built KMS Server#
Deploy using Docker Compose (based on Traefik reverse proxy), first pull the image
docker pull teddysun/kms
Run the image using the following compose.yml
services:
kms:
image: teddysun/kms
restart: unless-stopped
container_name: kms
labels:
traefik.enable: true
traefik.docker.network: example
traefik.http.routers.kms.rule: Host(`kms.example.com`)
traefik.http.services.kms.loadbalancer.server.port: 1688
networks:
- example
networks:
example:
external: true
Configure the KMS server to kms.example.com.