How to install FASTPANEL®
The panel can only be installed on a clean operating system without any preinstalled software. Installation on a server with preconfigured software is not possible!
In order to install FASTPANEL®, a virtual (VPS) or dedicated server with root access is required.
The server hardware must comply with the minimum system requirements:
RAM: 1G Free space: 5Gb CPU: 1 core, 1 Ghz
Supported operating systems are as follows (64-bit architecture only):
Debian: 9, 10, 11, 12
Ubuntu: 18.04, 20.04, 22.04, 24.04
CentOS: 7
AlmaLinux: 8
Rocky Linux: 8
After one of the supported OS is installed, it is necessary to perform the following actions:
-
Connect to the server via SSH using root-password:
-
Make sure that wget is installed on the server. This utility is needed to run the panel installation script. If wget isn't installed in the OS, execute the following commands in order to install it:
Debian / Ubuntu:
apt-get update; apt-get install wget
CentOS / AlmaLinux / Rocky Linux:
yum makecache; yum install wget
-
Run FASTPANEL® installation process by executing a following command:
tipWhen installing the panel, you can choose the MySQL version. You can learn more in this article.
wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash -
-
After FASTPANEL® has been installed, you will get a message with the access data:
Congratulations! FASTPANEL successfully installed and available for you at https://1.2.3.4:8888
Login: fastuser
Password: password -
Upon the first login FASTPANEL® will ask for a license, in order to get one enter your email address. The license data will be sent to that email.