Linux server won't start

Hey is want to make a server on my dedicated server but I get the error: FATAL|CitizenMP.Server|Could not open the configuration file citmp-server.yml. anyone knows how to fix this? I have installed mono!!alt text

need to be run in mono research it please

@GanjaMonster said in Linux server won't start:

need to be run in mono research it please

I run it with mono!

The error is clear:

cd into the directory using cd /home/gta5server and…

  • give read - write permissions to citmp-server.yml if not assigned
  • copy the file into the folder if it doesn’t exist
  • or just chmod 0777 citmp-server.yml
  • If that still doesn’t work chmod 0777 CitizenMP.Server

The server works perfectly fine using Mono under different environments.

Running a server on mono

Create a new folder anywhere on your computer.
Extract the server.7z in the previously created folder.
Move everything from the created folder into the bin folder.
Go into the bin folder.
Execute the command: “mono CitizenMP.Server.exe” without quotes.

Did you do that?

Having this problem aswell, also started in mono and created a new folder and also getting the same error as OP