Skip to main content

How to Change the Server Engine Version?

General Information

Changing the Minecraft version may result in the deletion or overwriting of current server files. Keep in mind that newer engines require appropriate Java environment releases to function. To change the Java version, go to the Startup Parameters tab and select the appropriate Docker image from the drop-down list.

Silnik1

Required Java version depending on the game release:

Engine versionRecommended Java version
1.8.x - 1.11.xJava 8
1.12.x - 1.16.xJava 11
1.17.x - 1.20.4Java 17
1.20.5 - 1.21.11Java 21
26.1 - 26.2+Java 25

Changing via the Engine Version Tab

  1. Go to the Engine versions tab on the left side of the navigation bar.
    Silnik6
  2. Select the engine you want to install (e.g., Leaves).
  3. Select the engine version you want to upload to the server (e.g., 1.21.5).
    Silnik7
  4. Check the first option (required to download the files). If you want to completely wipe the server of current plugins, mods, and maps, check the second option as well.
    Silnik2
ATTENTION:

Checking the second option permanently deletes all data from the server. Before performing this operation, make sure you have an up-to-date Backup.

  1. Click the INSTALL button.
  2. Once the download process is complete, go to the Console tab and click START to run the server on the new version.

Manual Change by Replacing the Startup .jar File

Method 1: Via the Panel

  1. Navigate to the Files tab in the server management panel.
  2. Click the Upload to server button in the top right corner of the screen.
    Silnik8
  3. Select the previously downloaded engine file from your computer's disk (e.g., leaf-1.21.5-37.jar) and wait for the transfer to finalize.
    Silnik9
  4. Click the three dots icon next to the uploaded file, select the Rename option, change it exactly to server.jar, and confirm with the RENAME button.
    Silnik3
  5. Go to the Console tab and click START.

Method 2: Via the SFTP Protocol

  1. Connect to the server using an external program (e.g., WinSCP) – details can be found in the How to connect to SFTP? guide.
  2. Prepare the engine file on your computer.
  3. Drag the file from the left panel (your computer) to the right panel (the server's root directory /home/container) and wait for the upload to complete.
    Silnik4
  4. Right-click on the uploaded file, select the Rename option, change it to server.jar, and confirm with the Enter key.
    Silnik5
  5. Go back to the web panel, navigate to the Console tab, and start the machine with the START button.