Our Fabric game panel is based on pterodactyl and will come with power packed features.
Our Fabric game panel is easy to use. With full control of your server and game files.
You can configure Fabric 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 Fabric memory leak issue, Mod Manager and much more
Experience the hosting your project deserves with our cutting-edge, high-frequency hardware, meticulously optimized for Fabric. 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 Fabric 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 Fabric 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 Fabric server without the many configurations and technical knowhow
Hosting your own Fabric 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 Fabric 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 ~/fabric-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 ~/fabric-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 ~/fabric-server
screen -dmS fabric java -Xms2G -Xmx4G -jar server.jar nogui
echo "Fabric server started in screen session. To view, use: screen -r fabric"
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 ~/fabric-server +app_update 1874900 validate +quit
Setting up an Fabric 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 Fabric 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 Fabric servers. From basics to advance server configurations.
Fabric 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 Fabric server hosting and gaming experience.
Our Fabric 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.
Fabric is a lightweight, modular mod loader for Minecraft Java Edition focused on fast updates and minimal overhead. Where Forge ships a heavy runtime designed to host massive modpacks, Fabric ships a tiny core where mods are strictly opt-in. The result: faster startup times, lower memory overhead, and the ability to run a snapshot version on the same day Mojang releases it.
Fabric is the right choice if you care about performance and stability over mod count. The Fabric ecosystem includes a remarkable set of optimization mods — Lithium (general server optimizations), FerriteCore (memory deduplication), Krypton (network stack improvements), and on the client side Sodium and Iris Shaders. Stack these on a Fabric server and you can comfortably run 50+ players on hardware that would crawl with vanilla.
While the Fabric mod ecosystem is smaller than Forge's, it's grown rapidly and now includes most of the big names: Create (Fabric port), Simple Voice Chat, Carpet, dimensional mods, and adventure packs. Quilt is a fork of Fabric that's mostly mod-compatible but a separate community.
All XGamingServer Fabric plans ship with the standard performance mod stack pre-installed (Lithium, FerriteCore, Krypton) and Fabric API ready to go. Add your own mods through the control panel's file manager, and you're running a hand-curated, performance-tuned server in minutes — no JVM tuning required.
Pre-Installed Performance Stack: Lithium, FerriteCore, and Krypton come pre-loaded so your server is performance-tuned out of the box.
Same-Day Snapshot Support: When Mojang releases a new Minecraft snapshot, Fabric ships support on day one — and so do we.
Lightweight & Fast: Lower memory overhead and faster startup than Forge equivalents. Run more players on less RAM.
Quilt Compatible: Most Fabric mods work on Quilt too. Switch between Fabric and Quilt through the control panel.
Here is just a snippet on what our customers are saying about our Fabric 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.