Start the AdminServer
- Last Updated: August 18, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can start the AdminServer on Windows or Linux platforms using a dedicated, minimally privileged service account. On both these platforms, you can start it as a service or as a process.
Start the AdminServer as a service on Windows
To start 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 (64-bit).
- Click Start, and then click OK to confirm.Note: For most product installations, the AdminServer is set to Autostart.
Start the AdminServer as a process on Windows
To start 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 start the AdminServer, enter:
proadsv -start
Start the AdminServer on Linux
To start the AdminServer as either a service or a process on Linux, perform the following
steps:
- Launch the Proenv shell:
[installation-path]/bin/proenv - To start the AdminServer, enter:
proadsv -start