Installation Guide
Learn how to install Aetech scripts on your FiveM server step by step.
Requirements
- FiveM Server - Latest artifact version (6000+)
- Framework - ESX Legacy or QBCore
- oxmysql - For database connection
- ox_lib - General library (required for some scripts)
Each script may have its own specific dependencies. Please refer to the documentation of the relevant script.
Download
Download via Git
Terminal
cd /sunucu-klasoru/resources/[epsilon]
git clone https://github.com/EpsilonAETIX/epsilon-hud.git
Manual Download
- Go to the GitHub page of the relevant script
- Click the Code - Download ZIP button
- Extract the ZIP file to the
resources/[epsilon]folder - Remove the
-mainor-mastersuffix from the folder name
Database Setup
Each script contains an sql file in its own folder. Import these files into your database.
Warning: Make sure to back up your existing database before importing the SQL files.
Configuration
Each script has its own config.lua file. Complete the configuration before starting the script. Refer to each script's configuration page for details.
Starting the Script
server.cfg
# Bagimliliklar (once bunlar yuklenmelidir)
ensure oxmysql
ensure ox_lib
ensure es_extended # veya qb-core
# Epsilon Scriptler
ensure epsilon-hud
ensure epsilon-inventory
ensure epsilon-garage
The scripts will be active when you restart your server. If you encounter any issues, join our Discord server.