SpaceCore WIKI
English
English
  • Personal Account and Registration
    • Account registration
    • «Customer» section
    • «Finance» section
    • Account Verification (KYC)
  • Customer service
    • How do I place an order?
    • How to contact support?
    • The Game Hosting panel
    • Setting Up BILLmanager 6 for Reselling
  • Communications
    • Notifications in Telegram
    • Web Hosting Notifications
    • Using a ping bot in Telegram
  • Information board
    • Blocked ports (VPS/VDS)
    • What is IOPS?
    • VAT for the EU and UK
  • VPS and Dedicated Servers
    • How to use VPS/VDS?
    • Changing the Password for VDS
  • OS and software configuration
    • Java [Linux]
    • Screen
    • Linux Password Recovery
    • Connecting via SSH keys
    • Disabling access to Linux using a password
    • Deploying MikroTik RouterOS on VDS
  • AI
    • Deploying DeepSeek on your server in just a few clicks
  • Windows
    • RDP connection
    • Configuring the RDP connection
    • Changing the password
    • Installation via QEMU
    • How to add an IPv4
    • Download files
    • Bruteforce Windows
  • Network Setup and Security
    • No interaction with private networks
    • Working with TCPDump
    • Change MTU Value
    • Configure IPTables
    • [DNS] Temporary failure resolving...
    • Network Speed Measurement [SpeedTest]
    • How do I buy a domain name?
    • How do I direct my domain to an IP address?
    • How to Protect Your Server? Basics of Cybersecurity
  • VPN and Privacy
    • WireGuard VPN [Easy]
    • OpenVPN [Easy]
    • Outline VPN Installation
    • Installing TorrServer
    • Installing 3X UI
    • Installing Marzban
    • Proxy for Specific Websites (V2RayN)
    • Use Nekoray
  • System monitoring
    • Traffic monitoring via VnStat
    • How to use the MTR tool
    • Getting Serial Numbers of Drives
  • Administration and Backups
    • Working with FTP Repository
    • Auto-shipment of backups
    • Installing an FTP Server
    • Mounting Linux Drives
  • Web development
    • Installing Apache2
    • Installing Nginx
    • Installing PHP
    • Installing MySQL
    • Installing PhpMyAdmin
    • Let's Encrypt SSL Generation
  • Minecraft
    • Installing Minecraft Java Server
    • Installing the Minecraft Bedrock/PE server
    • Installing the BungeeCord server
    • Installing Sponge Forge 1.12.2 Kernel
    • Configuring server.properties
    • Installing the icon on the server
    • Launch Options
    • Installing a resource pack on the server
  • Hetzner Servers
    • Control Panel
    • Password change via Rescue
    • Installing the operating system
  • 🇩🇪Contabo
    • The Control Panel
    • Disk space expansion
Powered by GitBook
On this page
  • Some information
  • The installation process
  • Cores for servers with mods
  • Question: how do I get access to the admin commands?

In this guide, we will take a detailed look at the manual installation of the Minecraft server. Let's look at the popular server cores with you and learn how to install the server correctly.

Some information

The instruction is suitable for both VDS and a fully dedicated server.

This article provides an example of installing the Paper kernel for Minecraft 1.16.5.

The installation process

We create «start.txt» file in any folder on your computer (the name «start» is not a principle, you can use any).

Open the document and enter the startup command with all the necessary arguments for the server:

java -Xms1024M -Xmx1024M -jar core.jar nogui

-Xms512M — the minimum amount of RAM allocated for the game server.

-Xmx2048M — the maximum amount of RAM that will be available to the server during operation.

-jar — the type of file to run.

Core.jar — the name of the core of the game server itself.

nogui — an argument for canceling the launch of the GUI, since we don't need it.

After changing all the arguments and names to suit your needs, we enter and save the configured startup command for our server:

 java -Xms512M -Xmx2048M -jar paper-1.16.5-553.jar nogui

Rename the startup file from «start.txt» to «start.sh».

We send the file to the server in the folder with the kernel.

Next, we use the sh command in SSH start.sh to execute the script.

The server core has started and started installing additional files.

The launch has been stopped, you need to confirm the Eula agreement.

We go to sFTP, there are new server files there:

You need to open «Eula.txt».

We confirm the agreement by entering «true»:

Save, close the text editor, exit the window with sending the file to the server, press «Yes»:

Go back to SSH and use the sh command start.sh to restart the server.

For direct launch without start.sh just enter the command with the launch arguments into the console:

java -Xms512M -Xmx2048M -jar paper-1.16.5-553.jar nogui

Cores for servers with mods

Latest versions:

Question: how do I get access to the admin commands?

In the server console, you can grant yourself operator rights by writing:

/op <Your Nickname>
PreviousLet's Encrypt SSL GenerationNextInstalling the Minecraft Bedrock/PE server

Last updated 11 months ago

Cauldron 1.7.10 —

Thermos 1.7.10 —

https://mirror.spacecore.info/minecraft/cauldron-latest.zip
https://mirror.spacecore.info/minecraft/thermos-latest.zip