4Start and stop mdm server / mdm client

4.1Automatic installation

If mdm has been installed automatically via the mdm Installer for Windows or Ubuntu‘s package managing tools, the mdm server will be initialized automatically on system start.

The mdm client can be started using shortcuts and icons created during installation.

 

Ubuntu 18.04 LTS

Microsoft Windows

Start

 

The command line must be started as Local Administrator.

mdm server

sudo systemctl start mdm-server

net start MDMServer

mdm ca server

sudo systemctl start mdm-ca

net start MDMCAServer

Stop

 

The command line must be started as Local Administrator.

mdm server

sudo systemctl stop mdm-server

net stop MDMServer

mdm ca server

sudo systemctl stop mdm-ca

net stop MDMCAServer