Instructions for Setting Up Your Own spongeforge Minecraft Server on Ubuntu Linux
In this guide, we explain how to set up your own Minecraft server using the KDE Plasma graphical interface.
Guide for Remote Desktop Management if You Haven’t Installed It on Your VPS Yet
Install Java
A Minecraft server requires Java to function. The latest Minecraft version is incompatible with the Java version included in Ubuntu 22.04, so you’ll need a newer one. Open the Firefox browser and go to:
https://www.oracle.com/java/technologies/downloads/
Click the link and download the "x64 Debian Package".
Next, click the folder icon for the downloaded file.
Double-click the file.
Click "Install Package".
Finally, click "Close".
Configure Firewall Settings
Install the GUFW firewall manager by opening a terminal and running the following command:
sudo apt install gufw
Open GUFW.
Click the "+" button at the bottom.
Select "Simple" at the top and enter the details as shown in the image. Finally, click "+ Add".
Download the Server Software.
First, reopen your browser and navigate to: https://files.minecraftforge.net/net/minecraftforge/forge/ Click "Installer" below "Download recommended".
Create a folder on your deasktop by right clicking, Create new > Folder
Move the downloaded file to the new folder
Open the console and navigate to the folder:
cd Desktop
cd Server
Install the server:
java -jar [forge file name].jar --installServer
Many files will now appear in the folder, one of them being "run.sh", right click it and then click "Run in Konsole"
A new console window will open, and more files will begin to appear in the folder. However, the server startup will fail because you need to accept the EULA.
Close the console, find and open the file named "eula.txt".
Edit the text so that the third line reads "eula=true" instead of "eula=false". Save and close the file following the earlier instructions.
Start the server again: Right-click run.sh
and select "Run in Konsole".
If the server runs successfully, the console window will look like this:
Joining the Game
First, open Minecraft and click on "Multiplayer."







