Start the AdminServer
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can start the AdminServer on Windows and Linux platforms as a user with administrator privileges. 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 .
- Right-click Proenv and select Run as administrator.
- 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