Skip to main content

Server-Side Configuration (Intel AMT)

Prerequisites

  • Ports that need to be allowed are 443 (HTTPS) \& 4433 (HTTPS custom port) in Linux.
  • Map one dns with Linux machine.
  • MongoDB need to be installed on the Linux server.
  • Security patches are mandatory.

The following configurations has to be executed on the server:

Setup SureMDM Server

1. Deploy the build with normal configuration.

2.  Edit the following changes in the Pluto:

MPSServerURL= https://linux_dns

MPSServer = linux_dns without http

MPSPort = 4433

AMTHybrid  = True

note

AMTHybrid should be True, if you are using static IP.

Setup AMT Server in Linux (latest LTS version of Ubuntu)

1.  Copy the suremdm amt folder in Linux (folder should be outside e.g Home).

2.  Open Suremdm AMT > data folder.

3.  Edit the config.json file as follows:

  • Change "cert": "linux machine dns"
  • Change "serverurl": "https://suremdm server dns/suremdm" 
  • Change "port": 443,"mpsport": 4433
  • "hybridmode": false
  • "production": true
note

1. serverurl is the URL where SureMDM is hosted. It can be with or without /suremdm.
2. hybridmode need to be set as true only if static IP is supported else it can be left as it is.
3. When production is set as true, SSL certificate \& Key files will be placed in the folder.
4. When production is set as false , self-signed cert will be created automatically.

4.  Change the name of SSL and Private key as mentioned below and place it in the SureMDM-AMT/data folder.
    Cert -> 42gears-public.crt
    Key -> 42gears-private.key

Install Node JS and NPM

1. Install Node JS v12.16.1 LTS. 

2. Install NPM v6.13.4.