Deploy Mago Room with Software Distribution (Silent Install)

IMPORTANT: It's recommended to sign-up/sign-in into admin portal (admin.mago.io) and pre-define the Mago Room policies and add the license keys into the panel license before to run and activate silent/not-silent the Mago Room instances.

This guide will show you how to perform a silent (non-interactive) installation of Mago Room that won't display a user interface or prompt for input. This can be useful for automating your installation.

Download the latest Mago Room exe installer and open cmd.exe with administrator rights:

Silent install with default configuration without creation of Local User

Magoroom_installer.exe /KEY {Serial} /DEFAULT-CONFIG /S

Silent install with default configuration with creation of Local User (MagoRoom)

Magoroom_installer.exe /KEY {Serial} /DEFAULT-CONFIG /LOCAL-USER /S

Silent install with default configuration with creation of Local User and password

Magoroom_installer.exe /KEY {Serial} /DEFAULT-CONFIG /LOCAL-USER-USERNAME {username} /KEY {Serial} /DEFAULT-CONFIG /LOCAL-USER-USERNAME {username} /LOCAL-USER-PASSWORD {Password} /S

Last updated