You can manage the OpenEdge Command Center server service by starting or stopping it as needed on both the Windows and Linux platforms as a user with administrator privileges. These actions are typically performed to apply configuration changes or troubleshoot issues and require administrator or superuser privileges.

Manage services for OpenEdge Command Center server on Windows

To start or stop the server installed as a service, perform the following steps:
  1. Open Task Manager on the system where the server is installed using an account with administrator privileges.
  2. Go to the Services tab and locate ProgressOpenEdgeCommandCenterServer2.0.
  3. Right click the service name and perform the required action:
    • To start the service, select Start.
    • To stop the service, select Stop.

Manage services for OpenEdge Command Center server on Linux

To start or stop the server installed as a service, perform the following steps:
  1. Open a terminal with superuser (root) privileges.
  2. Run the appropriate command:
    • To start the service:
      systemctl start ProgressOpenEdgeCommandCenterServer2.0
      .service
    • To stop the service:
      systemctl stop ProgressOpenEdgeCommandCenterServer2.0
      .service