Requirements
- FiveM server with
lua54enabled - MySQL or MariaDB
- One of:
qbx_core,qb-core,es_extended, orox_core oxmysql,ox_lib,ox_inventoryox_target(optional — only if you want eye-target interactions)
Steps
-
Drop the resource into your server, e.g.
resources/[nex]/nexdev_hotels/. -
Add it to your
server.cfgafter its dependencies: -
Open
config.luaand set:Config.Framework—'qbox','qbcore','esx', or'ox'Config.AdminGroups— who can run/hoteladmin(default{ 'admin' })
- Start your server. The database tables are created automatically — no SQL to run.
/hoteladmin, and start adding hotels.
Pre-configured hotels
If you own one of these popular MLOs/IPLs, we ship a ready-made SQL import that creates the hotel and all its rooms for you. Just run the matching file against your database:
You can run any import twice — it won’t create duplicates.
Building your own hotels
You don’t need an MLO. Stand anywhere, run/hoteladmin, click + New Hotel, and follow the steps in Admin panel. Players see new hotels and rooms instantly — no restart needed.
Updating
config.lua is preserved when you replace the resource — your settings won’t be wiped. Hotels and rentals are stored in the database, so they’re preserved too.
- Replace the resource files with the new version.
- Restart the server.

