Start and stop Nexus Timestamp Server
Nexus Timestamp Server is installed as a service on Windows or Linux. This article describes how to start and stop the service "Nexus Timestamp Server".
To start and stop each specific timestamp service, read more here: Nexus Timestamp Server service administration.
On Windows
Start Nexus Timestamp Server on Windows
Start the timestamp-server service from the Windows Service Manager.
Stop Nexus Timestamp Server on Windows
Stop the timestamp-server service from the Windows Service Manager.
On Linux
Start Nexus Timestamp Server on Linux
Open a terminal window.
Run the following command:
$service timestamp-server start
or$systemctl start timestamp-server
Stop Nexus Timestamp Server on Linux
Open a terminal window.
Run the following command:
$service timestamp-server stop