You can start or stop the following Adeptia services as and when you need in the same order as given below:
- Connect Server Kernel
- Connect Server WebRunner
- AIMap
- Connect Portal
Follow the steps below to start or stop the services on Windows and Linux.
On Windows
You can start or stop these services in two ways:
- As a service
- From Start Menu/Desktop
As a Service
Follow the steps below if you have installed Adeptia Connect as a service:
- Go to Control Panel > Administrative Tools > Services.
- Right-click a specific service and then click Start or Stop based on your requirement.
From Start Menu/Desktop
- Start Menu: Go to Start > Programs > Adeptia Connect and select the specific service.
- Desktop: Double-click the service's shortcut on the desktop.
Both the actions will display the service console window for the service that you have selected. This window indicates that now you have that specific service up and running.
To stop any of the services, go to the service console window, and press Ctrl+ C.
On Linux
To start or stop the Connect Server Kernel, WebRunner, and AIMap, follow the steps below:
- Open Terminal.
- Go to ...<ConnectServerInstallFolder>\ConnectServer\AdeptiaServer\ServerKernel folder.
- Type ./startup.sh to start, or, type ./stop.sh to stop a service.
To start or stop the Connect Portal, follow the steps below:
- Open Terminal.
- Go to ...<ConnectPortalInstallFolder>\ConnectPortal\bin folder.
- Type ./startup.sh to start, or, type ./stop.sh to stop Connect Portal.