I’m trying to create a FiveM Server so I followed the steps in the website provided by FiveM: https://docs.fivem.net/server-manual/setting-up-a-server/
I proceeded to create a droplet in DigitalOcean and create a license key for FiveM using the ip address of the droplet I just made. I tried connecting to my server using that ip address but it didn’t show. I’m not sure where to go on from here. If someone could please help me that would be great. Thank you!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
First you will have to connect to your Droplet via SSH, here’s how you could do that:
https://www.digitalocean.com/docs/droplets/how-to/connect-with-ssh/
Then once you’ve logged into the droplet you can follow the Linux steps from the official site on how to install the software:
mkdir /home/username/server).wget <url> to download it).cd path/to/server/folder && tar xf fx.tar.xz (you need to have xz installed, on Debian/Ubuntu this is in the xz-utils package).git clone https://github.com/citizenfx/cfx-server-data.git /home/username/server-dataserver.cfg file in your server-data folder (copy the example server.cfg file below into that file).server.cfg using sv_licenseKey "licenseKeyGoesHere".bash /home/username/server/run.sh +exec server.cfg
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.