Fastpanel – is a modern server control panel that provides many tools for managing web servers, databases, mail servers and much more. Installing Fastpanel is one of the options for installing a site on a vds server. If you decide to install Fastpanel on your server, here is a step-by-step guide for installing via SSH.
Prerequisites:
- You must have access to the server via SSH.
- Your server must have a supported operating system (such as CentOS, Debian, or Ubuntu).

Fastpanel installation steps:
Connect to the server via SSH.
To do this, use the command:
ssh root@your.server
- root — login from the server
- your.server - IP address of your server
After this you need to enter the password

Update your operating system.
On Ubuntu or Debian, run:
apt-get update; apt-get install wget
CentOS / AlmaLinux / Rocky Linux:
yum makecache; yum install wget
Download the Fastpanel installation script.
You can use curl or wget to download the installation script.
wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash -
After installing FASTPANEL, you will receive a message with access data:
Congratulations! FASTPANEL successfully installed and available for you at https://1.2.3.4:8888
Login: fastuser Password: password
- https://1.2.3.4:8888 — access address to faspanel
- Login: login
- Password: password
Activate your license

go to the address of access to faspanel and enter Email. A confirmation will be sent to the email. After activation, it is enough to check the status

Now click create site to install the site on your VDS server

Installing Fastpanel via SSH is a simple and quick process. Once installed, you will have access to a powerful server management tool via a user-friendly web interface. We hope this guide will help you install Fastpanel on your server easily and without any problems.