Proven over 15 years in hosting. Your VPS with BeAdmin is ready to go out of the box.
Germany
Netherlands
Sweden
Switzerland
Spain
USA
This guide will help you install the necessary software for your website, upload files to the server, configure the Nginx web server, and connect to a MariaDB database. At the end, you’ll be able to verify that your website is accessible online.
BeAdmin installed (see Installation Guide)If you don't have a server ready for your site yet, our partners offer VPS plans with BeAdmin pre‑installed.
Proven over 15 years in hosting. Your VPS with BeAdmin is ready to go out of the box.
European reliability made simple. Launch BeAdmin with your VPS in just one click.
After successfully installing BeAdmin, you can access the control panel at: https://your_server_ip:8080/ or https://your_domain:8080/ (if you specified a domain during installation).
Replace your_server_ip or your_domain with the actual address, open the link, and log in using the email set during installation (default: admin@local.host).
To run a website, you need to install the required components: PHP, Nginx, and MariaDB.
To do this:
BeAdmin panel.By default, the latest versions are installed, but you can choose a different PHP version in the next steps if needed.
Nginx installation takes about 15 seconds, after which you can proceed—other modules will install automatically.
To ensure your website functions correctly, you need to configure the Nginx web server to handle incoming requests. Each website uses a server block, which directs requests to the appropriate files.
Go to Nginx and create a new server block:
index.php to the beginning of the index files list.💡 Tip
If you do not want the website to be immediately accessible online, toggle off the Enable Host option.
Create, then navigate to the newly created server block and select it in the installation wizard.Since no website files are currently on the server, the web server cannot process incoming requests. Follow the instructions below to upload files to the server.
How to upload files:
Upload.After uploading:
⚠️ Warning
Typically, the archive extracts files into a folder named after your website. However, depending on how the archive was created, the files might end up in the root directory or a different folder. If needed, move them to the correct folder or rename the existing one.
Most websites require a database connection to store data and handle queries.
Typically, you need to:
To create a database and user, and then load the dump, follow these steps.
Creating a database and user:
💡 Tip
The database name and connection credentials are often specified in your site’s code. Check the configuration files, find the database parameters, username, and password, then create them in BeAdmin.
Importing the database dump file:
.sql dump file (if it hasn’t been uploaded yet).Restore.After a successful import, the database will be ready for use.
⚠️ Warning
Some SQL scripts may contain CREATE DATABASE commands, which will cause an error if you already created the database manually. In this case, edit the dump file and remove those commands before importing.
If all steps were completed correctly, the installation wizard will provide a link to check if your website is accessible. Open the link and ensure that the website loads properly.
If you disabled the Nginx host during setup, return to its settings and enable it to make the site accessible.
After opening the link, the installation wizard will close automatically. You can later access your website from the Websites section.
🎉 Done! Your website has been successfully deployed and is ready to use! 🚀