-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update KmsDataBase.xml #129
base: master
Are you sure you want to change the base?
Conversation
Add Server 2025 Datacenter and Server 2025 Standard Break out Server 2022 Datacenter and Server 2025 Standard
Id like to review this, and the ID's seams to be matching mine (Both DC and Standard). Any way to implement this change manually on my container so i can leave a proper review? (Im a novice docker user unfortunately, but know my way around to some extent.) I might also be able to add Office 2024 LTSC as im figuring out how to grab the ID's from the KMS (It does activate just fine). |
Sure thing. You will need to either clone my repo with the change or clone the master and copy over your own KmsDataBase.xml with the new keys for Server 2025 and any other ones (such as Office 2024 LTSC you mentioned). Then you will build the docker image and put it somewhere where you can deploy it (I'm using a local repository myself). Here is the command to build and push to a repo (make sure you specify the -f with the path to the Dockerfile since it's not at the root)
Here is mine for example:
Then you spin up a container using the new image. If you are replacing your current py-kms instance, you should just need to run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When will this be resolved? I want to update Office. |
I have the Generic Volume License Key for Office 2024 LTSC, so if anyone has the Activation ID for it, I can add it to the KmsDataBase.xml as well. Would want to have the ID for Professional and Standard. Also needed are the individual Activation IDs for the 2024 versions of
I'll see what I can find to add those, but if anyone has that then please share. |
I’m getting an error saying "/LICENSE": not found, and the build doesn’t proceed. I want to build for arm64, but do I need to build on amd64 instead? and => CANCELED [ 1/11] FROM docker.io/library/alpine:3.15 too.. |
When you build, you have to be in the root of the folder and use -f to specify the path to Dockerfile. I have an example in one of my posts above. So far, only Server 2025 Standard and Datacenter have been added to this update. Just keep that in mind until we are able to add Office and the others at another time (once we have the Activation IDs -- I'm researching this now). |
My output for Office LTSC 2024 Professional Plus: My output for Office LTSC 2024 Standard: I hope this helps to some degree? |
Already updated with activation status given by the OSPP script. On another note, wouldn't it be better to push it to next branch instead? Access
Excel
Outlook
PowerPoint
Project Professional
Project Standard
Skype for Business
Visio Professional
Visio Standard
|
This change to KmsDataBase.xml adds support for Windows Server 2025 Datacenter and Windows Server 2025 Standard.
This also separates/breaks out Windows Server 2022 into Windows Server 2022 Datacenter and Windows Server 2022 Standard.
Still need to add Windows Server 2025 Datacenter: Azure Edition as mentioned in #128, however we do not have the Activation ID for that version at this time to include it.
I have built this into a new Docker image for testing and have successfully activated Windows Server 2025 and it shows the correct SKU ID and License status as per screenshot below:
Feel free to merge or to use the information from my changes to update the existing KmsDataBase.xml file separately.