ID:2173363
 
When i try this message pops up on Dream Daemon


## ERROR: File not found (.git/HEAD)
## ERROR: File not found (.git/logs/HEAD)
Running revision:



## ERROR: File not found (config/config.txt)
## ERROR: File not found (config/game_options.txt)
## ERROR: File not found (config/dbconfig.txt)
## ERROR: File not found (config/forumdbconfig.txt)

Your server failed to establish a connection with the feedback database.

Your server failed to establish a connection with the SQL database.

## ERROR: Failed to connect to database in load_admins(). Reverting to legacy system.
## ERROR: File not found (config/admin_ranks.txt)
## ERROR: File not found (config/admins.txt)

## ERROR: Database connection failed. Reverting to the legacy ban system.
## ERROR: Failed to load config/mods.txt

BYOND hub reports port cannot be reached by players.
Most of those messages are strictly from SS13. The last one only is BYOND itself.

That could mean several things. Either your port truly is unreachable, or during the ponderous startup process, the hub wasn't able to establish a connection to your server because the server was too busy to handle it.

I would recommend making a tiny test world in Dream Maker and trying to host that. If that says your port is open, then the problem was the SS13 server being too busy. If not, then the problem is a networking issue at your end that you'll need to figure out, such as via port forwarding.
The config can not be found errors needs to be fixed.

This seems like a baystation based fork so you need to make a copy of the folder with the example config and rename the folder to config.

The git related errors can be safely ignored. It's just trying to get the server revision info, only really needed so users can see what version the server is running when making bug reports. You can worry about all of that later.