On a Windows machine, open CodeMeter Control Center, click the tab [Process] and click [Restart CodeMeter Service].
On a MacOS machine, open a terminal and enter the commandsudo /bin/launchctl stop com.wibu.CodeMeter.Server
to stop the CodeMeter daemon.
To start the CodeMeter daemon again, type sudo /bin/launchctl start com.wibu.CodeMeter.Server
On a Linux machine, open a terminal and enter the command /etc/init.d/codemeter stop
to stop the daemon for CodeMeter.
To start the CodeMeter daemon again, type /etc/init.d/codemeter start