Our Forge game panel is based on pterodactyl and will come with power packed features.
Our Forge game panel is easy to use. With full control of your server and game files.
You can configure Forge server backups straight from the panel and download the backups anytime you want. Now data loss will be a thing of the past.
MYSQL databases, invite users, create schedules such as auto restart to help with Forge memory leak issue, Mod Manager and much more
Experience the hosting your project deserves with our cutting-edge, high-frequency hardware, meticulously optimized for Forge. We guarantee unparalleled performance through our strict no-overload, no-oversell policy. Our unique transparency protocol puts you in control, providing real-time access to core server metrics. Stop wondering about your server's capabilities - with us, peak performance isn't just promised, it's proven.
Flexibility: XGamingServer provides a game switching feature, allowing you to switch between different games hosted on the same server. This means you can easily switch from Forge to another supported game without needing a separate server.
Cost-Effective: This feature maximizes the use of your server resources and offers cost savings by eliminating the need to purchase multiple servers for different games.
Seamless Transition: The process of switching games is designed to be seamless and straightforward, ensuring minimal downtime and disruption. Your server settings and files are preserved, so you can jump back anytime.
Experience unrivaled performance with our state-of-the-art, high-frequency hardware specifically optimized for Forge servers. Our infrastructure is engineered to prevent overloads and overselling, delivering consistent and dependable performance.
We offer dedicated physical resources exclusively for your use, not just a shared pool of servers with slot restrictions. This guarantees your server remains unencumbered. With complete access to core server metrics, you can track performance as it happens. Hardware Specifications: AMD Ryzen 3900X/AMD Ryzen 5800X 3.80 GHz / 128GB DDR5 RAM / 1TB NVMe SSDs /Network Capacity: Premium 1Gbps
Collaborative Server Management with Instant File Access Empower your team and streamline server administration with our comprehensive management tools. Invite trusted individuals - friends, developers, and staff members - to access your server console, allowing them to restart the server and configure files as needed. This collaborative approach distributes responsibilities, ensures smoother operations, and reduces the burden of solo server management while maintaining your control over permission levels.
Experience unparalleled convenience with our built-in file management system, eliminating the need for time-consuming SFTP programs. Add, delete, and edit files directly on your server through our intuitive interface. Whether you're tweaking a config file, updating server rules, or implementing new mods, you can make real-time changes from one centralized dashboard.
To combat the frequent DDoS attacks targeting the online gaming and eSport sectors, hosting platforms need robust protection for server IP addresses. These attacks, often exploiting UDP protocols, can severely disrupt gaming services.
Our service offers always-on, high-speed protection tailored to gaming applications, distinguishing legitimate players from attackers. Utilizing advanced traffic analysis and specialized hardware, our solution ensures game quality by filtering both incoming and outgoing traffic, effectively mitigating threats at both the network and application layers. This custom protection, developed through extensive research and testing, adapts to various games and communication modules to ensure optimal security.
We will show you how Xgamingserver makes it easier for you to set up an Forge server without the many configurations and technical knowhow
Hosting your own Forge server on a Virtual Private Server (VPS) offers unparalleled control over your gaming environment, allowing you to customize game modes, control player access, and much more. This guide walks you through the process of setting up your own Forge server, ensuring you have everything you need for an optimized and enjoyable multiplayer experience.
Before you begin, ensure you have access to a VPS with Ubuntu or a similar Linux distribution installed. You will also need root access or privileges to execute commands via sudo. Familiarity with the command line interface (CLI) is beneficial but not necessary, as this guide provides step-by-step instructions.
ssh your_username@your_vps_ip
sudo apt update && sudo apt upgrade -y
sudo apt install lib32gcc-s1 lib32stdc++6 curl wget net-tools screen ufw -y
mkdir ~/steamcmd && cd ~/steamcmd
wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz
tar -xvzf steamcmd_linux.tar.gz
./steamcmd.sh
login anonymous
force_install_dir ~/forge-server
app_update 1874900 validate
quit
sudo ufw allow ssh
sudo ufw allow 2001/udp
sudo ufw allow 17777/udp
sudo ufw allow 27015/udp
sudo ufw enable
Create a directory for your configuration:
mkdir -p ~/forge-server/config
Create a config.json file with the following content:
{
"dedicatedServerId": "YourServerID",
"region": "EU",
"gameHostBindAddress": "0.0.0.0",
"gameHostBindPort": 2001,
"gameHostRegisterBindAddress": "0.0.0.0",
"gameHostRegisterPort": 17777,
"game": {
"name": "Your Server Name",
"password": "YourServerPassword",
"scenarioId": "{329112915AD1A295}Missions/23_Campaign.conf",
"playerCountLimit": 64,
"visible": true,
"gameProperties": {
"serverMaxViewDistance": 2500,
"serverMinGrassDistance": 50,
"networkViewDistance": 1000,
"disableThirdPerson": false,
"fastValidation": true,
"battlEye": true
},
"mods": []
}
}
Create a startup script for better server management:
nano ~/start-server.sh
Add the following content:
#!/bin/bash
cd ~/forge-server
screen -dmS forge java -Xms2G -Xmx4G -jar server.jar nogui
echo "Forge server started in screen session. To view, use: screen -r forge"
Make the script executable:
chmod +x ~/start-server.sh
~/start-server.sh
To join your server, launch the Minecraft Java Edition launcher, navigate to the Multiplayer menu, and find your server under the Community tab. You can join directly using the server's IP address and port 25565.
Consider registering a .gg domain for your server to make it easily identifiable and memorable to players. A custom domain can significantly enhance your server's visibility and accessibility within the gaming community.
Remember to regularly update your server with:
cd ~/steamcmd
./steamcmd.sh +login anonymous +force_install_dir ~/forge-server +app_update 1874900 validate +quit
Setting up an Forge server on a VPS might seem daunting at first, but by following these detailed steps, you can create a robust, customizable gaming environment that meets your specific needs. Whether you're running large-scale battles or intimate co-op sessions, a well-configured server provides the foundation for an excellent gaming experience.
Below are some of the things that shows why you should choose us for your Forge hosting
We respond to tickets in good record times, and we help and much as we can to solve your issues.
Our documentation will already get you up and running with Forge servers. From basics to advance server configurations.
Forge servers comes online within minutes of placing an order. This means you start playing instantly.
Our servers are hosted on the best latest Ryzen and intel CPUs with NVMe SSD and on a Bandwidth of 1Gbps. Giving you the best Forge server hosting and gaming experience.
Our Forge game servers are located in East and West Coast North America, Europe, Singapore and Australia. We ensure you get the server with the lowest ping.
Our control panel is fully customized to ensure easy and fully customization of your game server.
Minecraft Forge is the original and most widely used Minecraft mod loader, providing the runtime and API that powers virtually every "kitchen sink" modpack you've heard of. With over 15 years of active development, Forge supports tens of thousands of mods and is the backbone of CurseForge, where the vast majority of popular modpacks are distributed.
Forge is purpose-built for modded servers running 5–30 players with 100–400 mods. It's the right choice if you want to run All The Mods 9, FTB Skies, RLCraft, Better MC, Create: Above and Beyond, or any other curated CurseForge pack. Mods hook deep into game internals via Forge's mature event/capability/registry system, enabling everything from new dimensions and biomes to custom machinery and magic systems.
Forge vs NeoForge: NeoForge emerged in 2023 as a community-driven fork that's now a parallel option for newer Minecraft versions. Many newer modpacks ship as NeoForge while older curated packs remain on Forge. XGamingServer supports both — switch between Forge and NeoForge through the control panel based on what your modpack needs.
Forge servers are RAM-hungry. A 5-player ATM-class pack typically wants 6–8GB allocated, and 200+ mod packs at 10–20 players often need 10–16GB. Our pricing tiers go up to 24GB precisely for this reason. Combined with the one-click CurseForge installer, you can have any modpack running in under five minutes without ever touching a config file.
One-Click CurseForge Modpacks: Browse and install any modpack from CurseForge, FTB, Modrinth, or Technic directly from the panel — no manual downloads, no config wrestling.
Automatic Java Version Selection: Modpacks targeting MC 1.20+ need Java 17 or 21. We detect the modpack's requirements and switch Java versions automatically.
NeoForge Supported: Switch between Forge and NeoForge through the control panel. Both modloaders are first-class citizens.
Generous RAM for Heavy Packs: Tiers up to 24GB guaranteed RAM, sized for the demanding ATM-class kitchen-sink modpacks that need every megabyte.
Here is just a snippet on what our customers are saying about our Forge hosting on Trustpilot
Gox
Hardcore Gamer
Nos fx
Canadian Gamer
Rory Mace
Australian Gamer
Step-by-step server guides from our official documentation.
Below are some of the FAQs that our customers ask. If you have any further questions, please feel free to reach out.