Restarting fivem server in linux without restarting the physical machine

Is there any way to restart fivem on a Linux server without restarting the whole machine?

Ummmm yes.

Question for you: How are you starting the server in the first place? In a screen, service, or straight up in the ssh/terminal console?

Moved to #server-development:server-discussion

I’m starting the service via ssh

If you have a service. Then you can just do

service <whatever_name_you_gave_it> restart

ok so say I add something to my resources folder and modify my server.cfg folder would I just says service fivem restart? or do i only do that to the resource i added

service fivem restart if it is a new resource.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.