Prerequisites
Before you begin, ensure that the .NET 8.0 Runtime is installed.
Installation Steps
1. Download
Download agms_win.zip to your computer.
2. Extract
Unzip the contents to a directory, for example C:\agms\.
3. Register as a Windows Service
Open Command Prompt as administrator and register the service with:
sc create agms binPath="C:\agms\agms.exe" start=auto
4. Start the Service
Start agms by running:
sc start agms
Stopping and Uninstalling agms
To stop the service:
sc stop agms
To uninstall:
1. Stop the service if it is running:
sc stop agms
2. Delete the Windows service:
sc delete agms
3. Optionally, remove the directory where you extracted the server files.