Server doesn't connect to DB

.=QUACK=.Major.Pain

Valued Member!
Ok - so after a lot of troubleshooting last night, this morning I got the server going.

But I think I found an issue.

If I use the restarter, it connects to the database and server runs fine.
But using restarter only uses port 2302.
We run serveral servers on a dedicated server.
So I use a control panel to start our server .
When I use the control panel, I copy what I have in my startup .bat file which is:

Code:
"Expansion\beta\chernarus_1.exe" -ip=192.210.150.226 -port=2310 "-config=dayz_1.chernarus\config.cfg" "-cfg=dayz_1.chernarus\basic.cfg" "-profiles=" -name=Reality "-mod=@dayz;@reality_1.chernarus" -noPause -noSound -cpuCount=2 -exThreads=1 -maxMem=2048

When using the control panel or the .bat file to start the server, the server will not connect to the database. It's not reading the HiveExt.ini. It's using localhost I would assume.
 
Back
Top