Deploy Mago Room with Software Distribution (Silent Install)
IMPORTANT: It is recommended to sign-up/sign-in into admin portal (admin.mago.io), pre-define the Mago Room policies and add the license keys before running and activating 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} /LOCAL-USER-PASSWORD {Password} /S
Last updated