Installation Guide

Learn how to install Aetech scripts on your FiveM server step by step.

Requirements

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

  1. Go to the GitHub page of the relevant script
  2. Click the Code - Download ZIP button
  3. Extract the ZIP file to the resources/[epsilon] folder
  4. Remove the -main or -master suffix 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.