Stop the AdminServer
- Last Updated: August 19, 2025
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
You can stop the AdminServer on Windows or Linux platforms , whether it is running as a service or as a process, using a dedicated, minimally privileged service account.
Stop the AdminServer as a service on Windows
To stop the AdminServer as a service on Windows, perform the following steps:
- Press Windows + R, type
services.msc, and press ENTER. - In the Services window, locate Progress OpenEdge AdminServer Service 12.2 (64-bit).
- Click Stop, then click OK to confirm.
Stop the AdminServer as a process on Windows
To stop the AdminServer as a process on Windows, perform the following steps:
- Launch the Proenv shell by selecting Start > Programs (or All Programs) > Progress > OpenEdge> Proenv.
- To stop the AdminServer, enter:
proadsv -stopNote: To stop the AdminServer running on a custom port, enter:proadsv -stop -port <port_number>
Stop the AdminServer on Linux
To stop the AdminServer either as a service or a process on Linux, perform the following
steps:
- Launch the Proenv shell:
[installation-path]/bin/proenv - To stop the AdminServer, enter:
proadsv -stopNote: To stop the AdminServer running on a custom port, enter:proadsv -stop -port <port_number>