Skip to main content

Windows Installation

Prerequisites

Before proceeding, ensure that your system meets the required prerequisites:

Install

Follow the below steps once you confirm the server supports above-mentioned prerequisites:

  1. Run the following powershell command:
Invoke-WebRequest -Uri https://files.monsterpanel.io/0.2-win/Install.ps1 | % { Invoke-Expression -Command $_.Content  }
  1. The script will prompt you to update the configuration file before automatically staring the MonsterPanel service.

  2. The script also installs the MonsterPanel PowerShell module. You will be prompted to register MonsterPanel using this module.

You can register monster panel using a command similar to the below, where you'd replace MY_LICENSE_KEY with your actual license key and MY_SERVER_NAME with your actual servers name.

Register-MonsterPanel --LicenseKey MY_LICENSE_KEY --ServerHostanme MY_SERVER_NAME