How to Install a QBCore Server Using TXAdmin’s Built-In Hosting
If you want to set up a QBCore server using TXAdmin’s built-in hosting, this guide will walk you through everything from installation to server launch. TXAdmin’s in-built hosting is an easier, more au
✅ Prerequisites
Before starting, ensure you have:
✅ RocketNode FiveM TXAdmin hosting.
✅ A custom QBCore server package (your own server files).
✅ Access to RocketNode’s Game Panel (Pterodactyl).
✅ Your database credentials (provided by RocketNode).
🔹 Step 1: Access Your RocketNode FiveM TXAdmin Panel
Log in to your RocketNode account.
Navigate to Game Panel and find your FiveM Server.
Click Manage Server to open your TXAdmin dashboard.
🔹 Step 2: Install QBCore Framework
Go to RocketNode’s Game Panel.
Click on File Manager.
Delete any default server files (optional, if starting fresh).
Click Upload and drag & drop your custom QBCore server files (zip format recommended).
Once uploaded, extract the files inside the server-data folder.
🔹 Step 3: Configure TXAdmin for Your Custom Server
Open TXAdmin → Click "Create New Server".
Select "Manual Setup" instead of "Popular Recipes."
Set your server data folder to the directory where you uploaded your files.
Save and restart your server.
🔹 Step 4: Configure the Database (MySQL)
1️⃣ Find Your RocketNode Database Credentials
Open RocketNode Game Panel → Click on Databases.
Copy your MySQL host, database name, username, and password.
2️⃣ Edit Your server.cfg
File
server.cfg
FileOpen File Manager in RocketNode’s Game Panel.
Edit
server.cfg
and replace the database line with:(Replace
yourusername
,yourpassword
, andyourhost
with the actual credentials.)Save and restart the server.
3️⃣ Import Your QBCore Database
Go to Databases in RocketNode’s Game Panel.
Click Open PHPMyAdmin.
Select your database and click Import.
Upload your QBCore SQL file (usually
qbcore.sql
).Click Go to start the import.
🔹 Step 5: Start Your Server & Port Forwarding
Go to TXAdmin → Click Start Server.
If you want to make your server public:
Open RocketNode Game Panel → Network Settings.
Ensure Port 30120 (TCP/UDP) is enabled and open.
Restart your server for the changes to take effect.
✅ Final Step: Connect to Your Server
Open FiveM and press
F8
.Type:
If everything is set up correctly, you will successfully join your custom QBCore server! 🎉
❓ Troubleshooting
Server not starting?
Ensure your
server.cfg
is correctly configured.Check for missing dependencies in the Console Logs.
Database connection issues?
Verify that your MySQL credentials are correct.
Players can't join?
Ensure port 30120 TCP/UDP is open in RocketNode’s settings.
Now your custom QBCore Server is running on RocketNode TXAdmin hosting! 🚀
Last updated