This guide walks you through the automated installation process for setting up a release candidate for MultiPortal on a newly deployed operating system, ensuring you have everything needed for a smooth and successful setup
Release Candidates are only active for a short period of time for public testing and is subject to close with short notice.
The installation will fail if no active Release Candidate is found.
| Operating System | Supported |
|---|---|
| Debian 12 (Bookworm) | √ |
| Ubuntu 24.04 (Noble Numbat) | √ |
We have provided a script that will configure and install a release candidate of MultiPortal for you. To get started, simply copy the following command and run it on your server.
SSH is required from your Virtual Machine to the internet to allow the installation to install smoothly.
STEP1: Download the Script and set it as executable
sudo curl -o ./rcsetup.sh https://downloads.multiportal.io/rcsetup.sh
sudo chmod +x ./rcsetup.sh
STEP2: Depending on the installation you need, follow the instructions below
Choose this step if you want to use CaddyServer's built in SSL generation feature
sudo ./rcsetup.sh --fqdn "myfqdn.domain.local"
Choose this step if you do not want to use an SSL certificate.
sudo ./rcsetup.sh --fqdn "myfqdn.domain.local" -H
Choose this step if you want to use your own SSL certificate and SSL key
sudo ./rcsetup.sh --fqdn "myfqdn.domain.local" --sslcert "./fullchain.cer" --sslkey "./domain.local.key"