
- #How to create a custom map for a fivem server install
- #How to create a custom map for a fivem server download
Deliver advertising and measure the effectiveness of advertising.Show personalized or general ads on FiveMods and affiliated services, depending on your settings.Improve the quality of our services and develop new services.If you agree, we also use cookies and data for the following: Collect data on audience interactions and website statistics to understand how our services are used.check faults and take measures against spam, fraud or abuse If you want to stop the screen, go inside it and press CONTROL+CįiveMods uses cookies and data for the following: Additionaly, if you want your server to run in the background, use screen -S Servername -d -m bash /home/fivem/server/run.sh +exec server.cfg You can enter the screen with screen -R Servername and leave it with CONTROL+A + CONTROL+D. To start your server, type in bash /home/fivem/server/run.sh +exec server.cfg inside the server-data folder. You can get it from the FiveM Keymaster Websiteġ3) Save the wile with CONTROL+O and leave the editor with CONTROL+Xġ4) Your done. Go inside the server data folder with cd server-data and create a file named 'server.cfg' with sudo nano server.cfg You can now also edit the file.ġ1) Copy the server.cfg example and paste it into your server.cfgġ2) Change the 'changeme' to your licence key. and create a folder named 'server-data' with sudo mkdir server-dataĩ) Paste in the latest version of the citizenfx server data folder with sudo git clone /home/fivem/server-dataġ0) You are nearly done.
#How to create a custom map for a fivem server download
Then create another folder named server with sudo mkdir server and go in this folder with cd serverĤ) Go to the FiveM Artifacts server website and copy the download link from the latest Artifact version.ĥ) Change back to your console and type in sudo wget Ħ) Unzip your files with sudo tar xf fx.tar.xzħ) Delete the zipped file with sudo rm fx.tar.xzĨ) You installed the latest FiveM artifact version now.
#How to create a custom map for a fivem server install
You can install it with sudo apt install nano mkdir wget git screen tarġ) First of all you should log in to your VPS via the normal Windows cmd with ssh or with an application named Putty.ģ) Create a folder named fivem with sudo mkdir fivem and go inside this folder with cd fivem. Answered by: Oetkher | Was this article helpful? (212)īefore installing: Make sure you have nano, mkdir, tar, wget, git and screen installed.
