Installation
Installation of V3 server
Setup
VPS/VDS Setup - this setup is for VPS/VDS with Windows only! (works also on selfhosted server on your PC)
Download -> XAMPP, Visual Studio Code (or any text editor, for editing scripts), Firefox (or any browser with low RAM usage)
Open port 30120 (TCP and UTP), there is tutorial how to do it -> showcase (you can skip first 2 steps in that tutorial and just type into searchbar -> Windows Firewall with Advanced Security)
Install all downloaded stuff from first step
Select these things during XAMPP installation -> showcase
Run XAMPP, click on MYSQL, APACHE start buttons so your database will start (XAMPP must be always running with your server)
Server Installation
Download server files from github, inside of main folder you can find file that has link to download second part of server (maps, models, etc)
Extract first part and dowload second part, put V3 folder on the desktop
After you download second part of server, open folder V3/resources and put the extracted folders from second part here
Open V3/server.cfg and change license key (register one here - keymaster)
Create database called -> qbcore
open browser and put this address -> localhost/phpmyadmin (or use some software that you use for database like HeidiSQL)
click on NEW on left side -> showcase
Import qbcore.sql to that database
Click on qbcore database
Import button
Select qbcore.sql
Click on Go
Reinstall ox_lib in resources folder
Download latest version of ox_lib on this page https://github.com/overextended/ox_lib/releases/tag/v3.9.0 - DO NOT DOWNLOAD SOURCE CODE
Delete old ox_lib in resources folder and put new one
Again go to your server folder
Go to V3/server and start FXServer.exe (it will open small window )
If you see some crash messages then delete all files from V3/server folder and download new latest recommended windows artifact
Extract the files and put them into V3/server folder and start FXServer.exe again
Check this part of this video
Setup txAdmin (after setup it will start booting your server)
Don't forget to enable onesync infinity in txAdmin settings!
Join your server via F8 console -> connect IPofYourVPS
Have Fun
Do you have problem with installation?
If you having any problem or some steps are confusing you, please make a ticket on our discord and explain where you got stuck and we will help you out!
Last updated