Hi. I have FiveM main server on my linux VDS. What I must do and what I must have to add FiveM developer server too my linux VDS?
Can I use the same database?
Are there any commands to start Dev Server?
Thank you.
Hi. I have FiveM main server on my linux VDS. What I must do and what I must have to add FiveM developer server too my linux VDS?
Can I use the same database?
Are there any commands to start Dev Server?
Thank you.
Create a user outside root, grant them the needed permissions, grant them access to the directory of your FXServer ..
files. Beyond that, there’s no ‘internal dev server’ built-in. You’ll need to create another one, specify the ports, etc.
Can I use the same database?
Your game database, framework for example? Yes, generate a password, grant it to them. Note open ports are a abuse-prone point of access.
Why I must make a new user? I have a user outside root, why I must make new one? If I make new folder and give access it’s okay, i think. I must add same IP and port and new fivem license, that’s all…
There’s always a risk when giving someone access to a user to has root access. If you trust this person, so be it. Otherwise, I suggest making another user with limited permissions so they cannot destroy your entire distro.