Skip to Content

ESX Installation

Install ESX using txAdmin’s recipe system.

Prerequisites

Installation Steps

  1. Open txAdmin web interface
  2. Navigate to “Recipes” section
  3. Select “ESX” recipe
  4. Click “Install Recipe”
  5. Follow setup wizard
  6. Configure database connection
  7. Complete installation

Method 2: Manual Installation

  1. Download ESX from GitHub 
  2. Extract to resources folder
  3. Configure database in es_extended/config.lua
  4. Import SQL files to database
  5. Start resources in order

Database Setup

Import SQL files in order:

  1. es_extended.sql - Core tables
  2. addon_account.sql - Account system
  3. addon_inventory.sql - Inventory system

Validation

After installation:

  1. ✅ Server starts without errors
  2. ✅ Database tables created
  3. ✅ Resource es_extended running
  4. ✅ Can join server and spawn

Next Steps