...
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