Stop the AdminServer
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can stop the AdminServer on Windows and Linux platforms as a user with administrator privileges, whether it is running as a service or as a process.
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
- Right-click Proenv and select Run as administrator.
- 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>