Minecraft Server Guide

Overview

Minecraft is one of the most popular sandbox games in the world. This guide will help you set up and manage your Minecraft Java Edition server.

Getting Started

Once your Minecraft server is provisioned, you can connect to it using the server IP and port provided in your account dashboard.

Server Details

Configuration

You can customize your server using the server.properties file. Common settings include:

Server Properties

# Server name
motd=Welcome to My Minecraft Server

# Game mode (survival, creative, adventure, spectator)
gamemode=survival

# Difficulty (peaceful, easy, normal, hard)
difficulty=normal

# Maximum players
max-players=20

# Enable PvP
pvp=true

# View distance (in chunks)
view-distance=10

Installing Plugins

To add plugins to your server, you'll need to use a modified server like Spigot or Paper:

  1. Download plugins from SpigotMC or Hangar
  2. Upload the .jar files to your server's plugins folder via FTP
  3. Restart your server
  4. Configure plugins in their respective config files in plugins/[PluginName]/

Common Issues

Players Can't Connect

Server Lag

World Corruption

Recommended Plugins

Further Resources