Run.sh on Linux shows no loading text

After following the instructions on the documentation site, I ran the server script (run.sh) inside server-data and all I got was this tiny output:

> Creating script environments for _cfx_internal
> Creating script environments for webadmin
> Instantiated instance of script FxWebAdmin.BaseServer.
> Instantiated instance of script FxWebAdmin.HttpServer+HttpServerScript.
> Creating script environments for monitor
> Instantiated instance of script FxMonitor.MonitorInit.
> --------------------------------------------
> FXServerMonitor is watching over the servers
> -------------------------------------------

I know for a fact that I should see a verbose output of all of the files loading and the startup process.

To clear up any doubt I have ran the script just as written in the document:

bash /home/username/FXServer/server/run.sh +exec server.cfg

I have opened my ports and set up a server.cfg file in server-data

Hey NLB! Greeting
That’s simple, You need to execute your script inside the server-data

How?

Example: my user on my linux machine is username and the alpine and server-data folder are inside a folder named “server”

So i need to go to my serverdata folder, and i can do it with:

cd /home/username/server/server-data

But you need to execute your run.sh script, which is inside the folder server, so do you need to include your complete path + your server config, in my example it will be like:

/home/username/server/run.sh +exec server.cfg

(Remember, you need to “cd” the folder which has your server.cfg or create a custom script for initialzing your server)

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