diff --git a/docs/game-servers/multicraft-on-ubuntu/index.md b/docs/game-servers/multicraft-on-ubuntu/index.md
index bd95debcc69..fd04b8633c1 100644
--- a/docs/game-servers/multicraft-on-ubuntu/index.md
+++ b/docs/game-servers/multicraft-on-ubuntu/index.md
@@ -20,7 +20,7 @@ dedicated_cpu_link: true

-[Multicraft](http://www.multicraft.org/) is a control panel for single or multiple Minecraft servers, with free and paid versions available. This guide will help you install Multicraft on a Linode running Ubuntu 14.04.
+[Multicraft](http://www.multicraft.org/) is a control panel for single or multiple Minecraft servers, with free and paid versions available. This guide will help you install Multicraft on a Linode running Ubuntu 18.04 LTS.
{{< note >}}
The steps required in this guide require root privileges. Be sure to run the steps below as `root` or with the **sudo** prefix. For more information on privileges see our [Users and Groups](/docs/tools-reference/linux-users-and-groups/) guide.
@@ -32,13 +32,21 @@ Multicraft for Linux depends on several software packages in order to run.
1. Update your system:
- apt-get update; apt-get upgrade -y
+ apt-get update && sudo apt-get upgrade
-2. Install Apache2, SQLite, Java, PHP, and related packages:
+1. Install Apache2 and SQLite:
- apt-get install -y apache2 sqlite php5 php5-sqlite php5-gd openjdk-7-jre-headless
+ apt-get install apache2 sqlite
-3. In Apache's configuration file, under the `` section, change the `AllowOverride` value to `all`.
+1. Install PHP, SQLite, and related packages:
+
+ apt-get install php7.2 php7.2-sqlite php7.2-gd
+
+1. Install Java:
+
+ apt-get install openjdk-8-jdk
+
+1. In Apache's configuration file, under the `` section, change the `AllowOverride` value to `all`.
{{< file "/etc/apache2/apache2.conf" apache >}}
@@ -88,40 +96,44 @@ Multicraft for Linux depends on several software packages in order to run.
1. In your local web browser, navigate to `http://12.34.56.78/multicraft/install.php`, replacing `12.34.56.78` with your Linode's IP address or domain name. Click on `Start Installation`:
- [](multicraft-init.png)
+ [](multicraft-init-1804.png)
2. Multicraft will check your requirements. If you completed the steps above without issue, your page should reflect the results show below:
- [](multicraft-reqs.png)
+ [](multicraft-reqs-1804.png)
Click `Continue`.
3. Multicraft will attempt to copy the default `config.php` file into place. If successful, click `Continue`:
- [](multicraft-config.png)
+ [](multicraft-config-1804.png)
+
+4. On the next page, click on `Initialize Database`.
-4. On the next page, click on `Initialize Database`. Afterwards, click `Continue`:
+ [](multicraft-db-initialize-1804.png)
- [](multicraft-db.png)
+5. Afterwards, click `Continue`:
-5. The next page will attempt to connect to the panel database. You should see the message `Connection successful`. You can now click on the `Login` button and sign in with the username and password `admin`.
+ [](multicraft-db-1804.png)
- [](multicraft-panel.png)
+6. The next page will attempt to connect to the panel database. You should see the message `Connection successful`. You can now click on the `Login` button and sign in with the username and password `admin`.
-6. After logging in you will be directed back to the previous page, where you can now click on `Continue`. The next page will allow you to configure your basic settings. When done, click `Save`.
+ [](multicraft-panel-1804.png)
-7. On the daemon configuration page, you will find a start command to initiate the Multicraft Daemon. Copy the command into your terminal:
+7. After logging in you will be directed back to the previous page, where you can now click on `Continue`. The next page will allow you to configure your basic settings. When done, click `Save`.
+
+8. On the daemon configuration page, you will find a start command to initiate the Multicraft Daemon. Copy the command into your terminal:
/home/minecraft/multicraft/bin/multicraft -v start
- Multicraft 1.8.2 - Minecraft Server Manager Daemon
+ Multicraft 2.3.1 - Minecraft Server Manager Daemon
Loading configuration from /home/minecraft/multicraft/multicraft.conf
Starting daemon
-8. Back in your browser, click on `Refresh`. You should see the daemon in a green box. Click `Continue`:
+9. Back in your browser, click on `Refresh`. You should see the daemon in the detected daemons list. Click `Continue`:
- [](multicraft-daemon.png)
+ [](multicraft-daemon-1804.png)
-9. Your configuration of the Multicraft control panel is now complete. As per the instructions on the page, delete the `install.php` file from your terminal:
+10. Your configuration of the Multicraft control panel is now complete. As per the instructions on the page, delete the `install.php` file from your terminal:
rm /var/www/html/multicraft/install.php
@@ -131,30 +143,18 @@ Multicraft for Linux depends on several software packages in order to run.
cd /home/minecraft/multicraft/jar/
-2. Download the latest version of the Minecraft server (1.8.1 at the time of this publication) from the Minecraft [Download](https://minecraft.net/download) page:
-
- wget https://s3.amazonaws.com/Minecraft.Download/versions/1.8.1/minecraft_server.1.8.1.jar
-
-3. Back in the Multicraft web interface, click on `Servers`, then `Create Server`. Fill in the options as you see fit, but be sure to add `minecraft_server.1.8.1.jar` (or your downloaded version) in the `JAR File` field:
+1. Download the latest version of the Minecraft server (1.14.2 at the time of this publication) from the Minecraft [Download](https://minecraft.net/download) page:
- [](multicraft-server-settings.png)
+ wget https://launcher.mojang.com/v1/objects/808be3869e2ca6b62378f9f4b33c946621620019/server.jar
-4. The first time you attempt to start the Minecraft server it will fail. By checking the Console view, you should see the following output:
+1. In your local web browser, navigate to `http://12.34.56.78/multicraft/`, replacing `12.34.56.78` with your Linode's IP address or domain name. Click on `Servers`.
- ...
- 04.02 22:24:38 [Server] INFO [22:24:38] [Server thread/INFO]: Stopping server
- 04.02 22:24:38 [Server] INFO [22:24:38] [Server thread/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
- 04.02 22:24:38 [Server] INFO [22:24:38] [Server thread/WARN]: Failed to load eula.txt
- ...
+1. At this time you must accept the Multicraft EULA. A pop-up window will appear. By clicking Close you are indicating your agreement to the EULA here: `http://www.multicraft.org/eula.txt`. Click Close.
-5. After reading the End User License Agreement, open the file `eula.txt` in your terminal and change the value of `eula` to `true`:
+ [](multicraft-eula-popup.png)
- {{< file "/home/minecraft/multicraft/servers/server1/eula.txt" aconf >}}
-#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
-#Wed Feb 04 22:24:38 UTC 2015
-eula=true
-
-{{< /file >}}
+1. Click `Create Server`. Fill in the options as you see fit, but be sure to add `server.jar` (or your downloaded version) in the `JAR File` field:
+ [](multicraft-server-settings-1804.png)
You can now successfully start and manage your Minecraft server through Multicraft! For instructions on connecting to your Minecraft server, click [here](/docs/game-servers/how-to-set-up-minecraft-server-on-ubuntu-or-debian/#connect-to-your-minecraft-server).
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-config-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-config-1804.png
new file mode 100644
index 00000000000..35e8c9150b2
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-config-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-config.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-config.png
deleted file mode 100644
index ad0862eeef0..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-config.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-config_small-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-config_small-1804.png
new file mode 100644
index 00000000000..dfb615bc27a
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-config_small-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-config_small.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-config_small.png
deleted file mode 100644
index 0dd958d9e64..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-config_small.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon-1804.png
new file mode 100644
index 00000000000..6d26084c60f
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon.png
deleted file mode 100644
index 8e6c7c8eca7..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon_small-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon_small-1804.png
new file mode 100644
index 00000000000..41ad6b44420
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon_small-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon_small.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon_small.png
deleted file mode 100644
index 35520cbd04a..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-daemon_small.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-db-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-db-1804.png
new file mode 100644
index 00000000000..c0e933dc517
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-db-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-db-initialize-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-db-initialize-1804.png
new file mode 100644
index 00000000000..6ed38d33f96
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-db-initialize-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-db-initialize_small-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-db-initialize_small-1804.png
new file mode 100644
index 00000000000..9289f71b46b
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-db-initialize_small-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-db.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-db.png
deleted file mode 100644
index 25e8a1316d9..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-db.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-db_small-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-db_small-1804.png
new file mode 100644
index 00000000000..9db044f2994
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-db_small-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-db_small.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-db_small.png
deleted file mode 100644
index 9e9e1c861b2..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-db_small.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-eula-popup.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-eula-popup.png
new file mode 100644
index 00000000000..a0fd2912077
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-eula-popup.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-init-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-init-1804.png
new file mode 100644
index 00000000000..1d990b98705
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-init-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-init.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-init.png
deleted file mode 100644
index 6a61a4f18cb..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-init.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-init_small-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-init_small-1804.png
new file mode 100644
index 00000000000..da826522071
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-init_small-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-init_small.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-init_small.png
deleted file mode 100644
index 58b9b3c0c2d..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-init_small.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-panel-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-panel-1804.png
new file mode 100644
index 00000000000..0ea2f6f6585
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-panel-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-panel.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-panel.png
deleted file mode 100644
index 75fe3f82482..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-panel.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-panel_small-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-panel_small-1804.png
new file mode 100644
index 00000000000..8084f3beccd
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-panel_small-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-panel_small.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-panel_small.png
deleted file mode 100644
index 874f39d5b8e..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-panel_small.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs-1804.png
new file mode 100644
index 00000000000..6735e95c859
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs.png
deleted file mode 100644
index 6e6c36fdc65..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs_small-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs_small-1804.png
new file mode 100644
index 00000000000..3ef6dbc9beb
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs_small-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs_small.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs_small.png
deleted file mode 100644
index 3ada2790698..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-reqs_small.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings-1804.png
new file mode 100644
index 00000000000..ca81ff93712
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings.png
deleted file mode 100644
index b319f036df0..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings.png and /dev/null differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings_small-1804.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings_small-1804.png
new file mode 100644
index 00000000000..6c06c7da174
Binary files /dev/null and b/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings_small-1804.png differ
diff --git a/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings_small.png b/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings_small.png
deleted file mode 100644
index 87616b6310c..00000000000
Binary files a/docs/game-servers/multicraft-on-ubuntu/multicraft-server-settings_small.png and /dev/null differ