Tutorial
How to Make a Minecraft Server in India 2026 โ 3 Methods, Step by Step
Whether you want to play with 5 friends or build a 100-player Indian community, this guide covers every method on how to make a Minecraft server in India โ from a one-click panel in 5 minutes to a fully customized Paper server with plugins and DDoS protection.
Java vs Bedrock โ Which Edition for India?
Before you learn how to make a Minecraft server in India, decide which edition. Your choice here determines everything. Both are different games with different server software.
| Feature | Java Edition | Bedrock Edition |
|---|---|---|
| Platforms | PC only (Windows/Mac/Linux) | PC, Mobile, Xbox, PS5, Switch |
| Plugins | โ Thousands (Paper/Spigot) | โ Addons only (limited) |
| Mods | โ Forge, Fabric, NeoForge | โ Very limited |
| Mobile players | โ ๏ธ Via GeyserMC plugin | โ Native support |
| Performance tuning | โ Paper = excellent TPS | โ ๏ธ Limited options |
| Server port | TCP 25565 | UDP 19132 |
| Best for India | Communities, SMP, modded | Mobile-first, casual play |
Our recommendation: Use Java Edition with GeyserMC plugin. You get full plugin support AND mobile/console players can join. Most Indian Minecraft communities use this setup in 2026.
โก
The fastest way to learn how to make a Minecraft server in India without touching Linux or any command line, GigaNodes Gigapanel is the fastest way. One-click install, plugin browser, live console โ everything in a web UI. Server is live in under 5 minutes from Noida DC.
โ Live console
โ Automatic backups
โ World upload/download
โ Version switcher
โ Custom subdomain
โ Stormwall DDoS included
๐ง
For anyone learning how to make a Minecraft server in India with 50+ players, custom plugins, or modpacks โ deploy a GigaNodes Cloud VPS and install Paper yourself. You get full root access, can run multiple servers, and install any software. This is how most serious Indian Minecraft servers run in 2026.
Go to giganodes.host/vps/india. Choose Cloud S (8GB) for up to 50 players, Cloud M (16GB) for 50โ100 players. Select Ubuntu 22.04 LTS as OS. Pay via UPI. VPS is live in minutes with a public IP.
Cloud S โ 4 vCPU, 8GB RAM โ 30โ50 players
Cloud M โ 8 vCPU, 16GB RAM โ 50โ100 players
Cloud L โ 16 vCPU, 32GB RAM โ 100+ players / modded
Use any SSH client (PuTTY on Windows, Terminal on Mac) to connect to your VPS IP.
ssh root@YOUR_VPS_IP
Minecraft 1.20+ requires Java 21. Install it with two commands:
apt update && apt upgrade -y# Install Java 21 (required for Minecraft 1.20+)
apt install openjdk-21-jdk -y
# Verify installation
java -version
# Should show: openjdk version “21.x.x”
Paper is the recommended server software โ it’s faster than vanilla, fixes bugs, and supports all Spigot/Bukkit plugins. Always use Paper over vanilla Minecraft server.jar.
Get the latest Paper build from papermc.io/downloads/paper โ copy the direct download URL for the latest stable build.
mkdir /opt/minecraft && cd /opt/minecraft# Download Paper (replace URL with latest from papermc.io)
wget -O paper.jar https://api.papermc.io/v2/projects/paper/versions/1.21.4/builds/LATEST/downloads/paper-1.21.4-LATEST.jar
# Run once to generate files
java -Xms2G -Xmx6G -jar paper.jar nogui
# Server will stop โ this is normal. eula.txt is now generated.
sed -i ‘s/eula=false/eula=true/’ eula.txt# Edit server settings
nano server.properties
max-players=50
difficulty=normal
view-distance=8 # Lower = better TPS. Default 10 is too high.
simulation-distance=6
white-list=false # Set true to restrict who can join
online-mode=true # Keep true for security
server-port=25565
apt install screen -y# Start a named screen session for your server
screen -S minecraft
# Launch the server (adjust RAM to your plan โ -Xmx for max RAM)
java -Xms2G -Xmx6G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -jar paper.jar nogui
# Detach from screen without stopping server: press Ctrl+A then D
# Reattach later with: screen -r minecraft
Share your VPS IP address with friends. In Minecraft โ Multiplayer โ Add Server โ enter YOUR_VPS_IP:25565. No port forwarding needed โ your VPS has a public IP.
๐
You can run a Minecraft server on your home PC โ but for Indian servers, home hosting fails fast. Indian ISPs frequently change IP addresses (dynamic IP), meaning your server address changes and friends can’t connect. Home internet upload speeds (5โ20 Mbps) are too low for 10+ players. Your PC must stay on 24/7, adding โน1,500โ3,000/mo in electricity โ more than a proper VPS.
Bottom line: Home hosting works for testing with 2โ3 friends for an hour. For any server you want online 24/7 with 10+ players, get a VPS. GigaNodes Gigapanel at โน199/mo costs less than your electricity bill for 24/7 PC operation.
Paper Server Optimization for India
After you learn how to make a Minecraft server in India, these Paper tweaks keep your TPS at 20 even with many players. All edits are in paper.yml or server.properties:
view-distance=8 # Default 10 is too high. 6-8 is ideal for India.
simulation-distance=6 # Reduces mob AI load significantly
max-tick-time=60000 # Prevents server from crashing on lag spikes# JVM flags for Paper (better GC performance)
java -Xms2G -Xmx6G -XX:+UseG1GC -XX:+ParallelRefProcEnabled \
-XX:MaxGCPauseMillis=200 -XX:G1NewSizePercent=30 \
-XX:G1MaxNewSizePercent=40 -jar paper.jar nogui
Check TPS in-game: Type /tps in the console. 20.0 TPS = perfect. Below 18 = lag. Use Spark plugin (/spark profiler) to find what’s causing lag.
How to Make a Minecraft Server in India โ Essential Plugins
| Plugin | Purpose | Download |
|---|---|---|
| EssentialsX | Must-have โ /home, /tp, /warp, /ban, economy basics | essentialsx.net |
| LuckPerms | Permissions system โ Owner, Admin, Member, Guest roles | luckperms.net |
| WorldGuard | Protect spawn, shop areas, prevent griefing | dev.bukkit.org |
| GeyserMC | Let mobile/Xbox/Switch players join your Java server | geysermc.org |
| Spark | Performance profiler โ find TPS drops instantly | modrinth.com |
| CoreProtect | Block history โ rollback griefing, catch cheaters | modrinth.com |
| Vault | Economy bridge โ required for most economy plugins | dev.bukkit.org |
| DynMap | Live web map of your world โ players love it | modrinth.com |
How to Make a Minecraft Server in India โ RAM Guide
| Server Type | Players | RAM Needed | GigaNodes Plan |
|---|---|---|---|
| Vanilla / Paper SMP | 10โ20 | 4 GB | Gigapanel / Cloud S |
| Paper + Plugins (SMP) | 30โ50 | 6โ8 GB | Cloud S (8GB) |
| Heavy Plugins + Economy | 50โ100 | 12โ16 GB | Cloud M (16GB) |
| Modded (100โ200 mods) | 20โ40 | 16โ24 GB | Cloud M / Cloud L |
| Large network / BungeeCord | 100+ | 32+ GB | Cloud L / Cloud XL |
๐ More Guides on How to Make a Minecraft Server in India
How to Make a Minecraft Server in India 2026 โ FAQ
How to Make a Minecraft Server in India โ Start Now
Noida DC ยท Stormwall DDoS ยท AMD EPYC ยท UPI Accepted ยท Gigapanel or VPS
DDoS included ยท No port forwarding ยท Instant deploy ยท 24/7 support
