Windows Installation
Prerequisites
Before proceeding, ensure that your system meets the required prerequisites:
- Either Windows Server 2019 or Windows Server 2022
- Windows Containers Features Enabled
- Windows Open-SSH Server Features Enabled
- A minimum of 15GB free of disk space
Install
Follow the below steps once you confirm the server supports above-mentioned prerequisites:
- Run the following powershell command:
Invoke-WebRequest -Uri https://files.monsterpanel.io/0.2-win/Install.ps1 | % { Invoke-Expression -Command $_.Content }
The script will prompt you to update the configuration file before automatically staring the MonsterPanel service.
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