How to Install Multicraft on Ubuntu 18.04 and 22.04

How to Install Multicraft on Ubuntu
Nicol.G
7m
0 comments
Print
2025/06/26

After reading this article, you will learn how to install Multicraft on Ubuntu 18.04, so stay tuned. But before you start learning and getting curious about this scientific article, you should know that Multicraft is a server control panel from Minecraft services, and this server control panel allows users to manage multiple servers using a web-based interface and achieve their desired results. These servers can be on multiple physical or virtual machines, depending on the version, and for installation, you may need to pay attention to some small points, which will be explained to you in full below. Now, if you are ready to install Multicraft on Ubuntu 18.04, start reading.

Steps of Install Multicraft on Ubuntu 18.04

Prerequisites install Multicraft on Ubuntu 18.04

  • ➊ A Linux VPS Server with Ubuntu 18.04
  • ➋ Log in to your server as the root user

Install Multicraft on Ubuntu

First, you need to install Apache2 and SQLite:

apt-get install apache2  sqlite

After installing the above items, now you should install PHP and the required PHP extensions:

apt-get install php7.4  php7.4-sqlite php7.4-gd

It’s time to install Java:

apt-get install  openjdk-8-jdk

Then you need to open your desired text editor and edit the Apache configuration file /etc/apache2/apache2.conf:

nano /etc/apache2/ apache2.conf

In this step, you should set the AllowOverride option to all in the Apache configuration file, in the <Directory /var/www/> section:

<Directory /var/ www/>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted 
</Directory>

Remember to save and exit the file. Then you should reload the Apache configuration:

service  apache2 reload

It is now time to download the Multicraft installer:

wget -O  multicraft.tar.gz http://www.multicraft.org/download/index?arch=linux64

Remember to extract the installer:

tar -xzf multicraft.tar .gz

Then you should navigate to the extracted directory:

cd multicraft /

Finally, you should run the installation script:

./setup .sh

If you are asked a question by the installation script, press Enter to go to the default answer and also it’s better to answer no when asked to enable the built-in FTP server because it is not secure.

How to Configure Multicraft on Ubuntu 18.04

First, you should open your web browser and navigate to the IP address of the server.

http://IPaddress /multicraft/install.php

Remember to replace your IP address instead of the IP address in the command. Now you should press Start Installation:

Configure Multicraft on Ubuntu: Step 1

Then Multicraft will check the requirements and you should click on Continue:

Configure Multicraft on Ubuntu: Step 2

You will be asked for confirmation to copy the configuration file. If successful, click Continue again:

Configure Multicraft on Ubuntu: Step 3

Now you should click on Initialize Database which is a database for initialization use. Then click Continue:

Configure Multicraft on Ubuntu: Step 4

Click on Continue again:

Configure Multicraft on Ubuntu: Step 5

At this point click on Login at the top of the page. On the sign-in page, you have to enter the Admin name and password and click on Login. Then press Continue again:

Configure Multicraft on Ubuntu: Step 6

Remember to enter your email address into the Administrator contact Email field and finally click on the Save. Just enter the following command to start the Multicraft daemon:

/home/minecraft/ multicraft/bin/multicraft -v start

Now you should navigate to your web browser, click on Refresh, and then Continue. After doing the above, you should click Continue to Multicraft. It is better to delete the Multicraft installation file for security purposes. So, run the following command:

rm /var/www/html/ multicraft/install.php

Conclusion

In this article, we have provided a step-by-step guide on how to install Multicraft on Ubuntu 18.04. By following these instructions, you can easily set up a powerful control panel for managing your game servers efficiently. Whether you are a seasoned server admin or new to server management, Multicraft offers a user-friendly interface that simplifies the process of installing plugins, monitoring server performance, and managing multiple game servers. If you need to install Multicraft on Windows, we suggest you read the article How to Seamlessly Install Multicraft on Windows.

Share this Post
Nicol.G

Leave a reply

Calculate the value of (3 - 2) :

Save my name and email in this browser for the next time.

Last Comments

Show More
Rating: 0/5