FiveM Digital Ocean Server

I have created my own linux server on digitalocean and installed fivem successfully. When i open fivem on my desktop and connected to my server i saw that the map was empty.

Now i want to add resources file.

I want to install web admin panel
here is the link https://forum.cfx.re/t/release-wip-web-admin-panel/152236 that i want to install

db

My question is how can i install database in linux server?

You can just easily install mysql using the Linux package manager by typing

apt-get install mysql-server
1 Like
1 Like