1. Support Center
  2. IT Onboarding
  3. Onboarding Production for On-Premise ( Azure/AWS)

Server requirements and Installation of DMCS (short)

For installation in Azure, AWS or on-premise.

Server requirements.

  • OS Version: Ubuntu 24.04 LTS
  • Outgoing traffic open to IP 3.127.159.69 on port 1194
  • Min 16 threads
  • Min 160 GB Memory
  • Min 2 TB disk /mnt/docker/ and no less that 15% of target data size
  • Min 1 TB disk for backup mounted on /mnt/backup/

The technology used for VPN is OpenVPN and it is a client-server connection.

Make sure that there is at least 500 GB on /mnt/docker/ and no less than 15% of target data sources


IMPORTANT: The subnet used for the connection is 10.8.0.0/16 if needed it can be arranged to use some other subnet.

DMCS Installation over VPN
D&M uses VPN to install and monitor the DMCS.
D&M will provide the client with VPN certificate for OpenVPN to establish a connection to the deployment server

After receiving and decrypting the file, copy its contents to the server location: /root/installation

If the directory does not exist create it with this command: sudo mkdir -p /root/installation and after that run the following command: sudo chmod +x /root/installation/setup.sh

After running this command run the following commands to start the script with the highest privileges:

sudo su
cd /root/installation
./setup.sh

If everything is set up correctly previously your installation will be connected to the OpenVPN server and Data & More will be able to access it and start the installation process.