LogoLogo
Go To Official Website
  • About Us – The Official QBCore Store
  • How To Install FiveM QBCore Server Tutorial
    • FiveM Quickstart Guides
    • How to Install a QBCore Server on Windows VPS TxAdmin
    • How to Install a QBCore Server Using TXAdmin’s Built-In Hosting
    • How to Install a Custom QBCore Server on Any Linux VPS/Dedicated Server Using TXAdmin
  • Essentials
    • Complete FiveM QBCore Framework Command Lists
    • How to Set Admin in QBCore
    • All FiveM-Related Useful Links
Powered by GitBook
LogoLogo

Official QBCore Store Since 2020

On this page
  • ✅ Final Step: Connect to Your Server
  • ❓ Troubleshooting
  1. How To Install FiveM QBCore Server Tutorial

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

  1. Open RocketNode Game Panel → Click on Databases.

  2. Copy your MySQL host, database name, username, and password.

2️⃣ Edit Your server.cfg File

  1. Open File Manager in RocketNode’s Game Panel.

  2. Edit server.cfg and replace the database line with:

    set mysql_connection_string "mysql://yourusername:yourpassword@yourhost/qbcore?charset=utf8mb4"

    (Replace yourusername, yourpassword, and yourhost with the actual credentials.)

  3. 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:

    connect YOUR-ROCKETNODE-SERVER-IP:30120
  • 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! 🚀

PreviousHow to Install a QBCore Server on Windows VPS TxAdminNextHow to Install a Custom QBCore Server on Any Linux VPS/Dedicated Server Using TXAdmin

Last updated 2 months ago