Panel Dependencies

Make a ticket at our Support Discord at any time during your setup if you need help.

Self-Hosted & Managed Hosting Dependencies

  • Install ivs_adminpanel to your FiveM server.

  • Install httpmanager to your FiveM Server.

    • Required primarily for Live Map, and other API Requests to work.

  • A MySQL resource for FXServer.

    • oxmysql is supported out-of-the box.

      • All code is open, if you use something else you can easily integrate it.

Self-Hosted Dependencies

  • DNS Provider (Cloudflare, GoDaddy, etc)

  • A Web Server or Web Hosting with PHP 8.1 (nginx, apache)

  • We provide limited support for self-hosted users, please seeIVS Managed Hosting if you don't know what you're doing.

Resource Start Order

In your FiveM server.cfg, make sure the resources start in order as such.

# below your database script (like oxmysql)
ensure httpmanager
ensure ivs_adminpanel

Last updated