PDA

View Full Version : Server problem


Mist1985
10-03-2008, 19:00
I run a server from my comp and its gone down... when i go into the admin site it says the server is up and running but i cant connect to it or even see that it is online using the web connect part... anyone know what may be causing this and how i may fix it?

BHKai
11-03-2008, 00:22
Restart the computer first. See if it comes back up. The check the webadmin to make sure that the server is started.

Mist1985
11-03-2008, 02:37
i have and it still doesnt work i have tryed making a new server using a different udp and still no luck

BHKai
11-03-2008, 03:26
Use netstat -aon to see if the port is open.

Also check the server.log file for more information.

Mist1985
11-03-2008, 18:37
what would i be looking for in the server.log file. also i tryed changing the udp to another open port but i still get the server may not be online or ts might not be running on it

BHKai
12-03-2008, 02:18
What address are you using to connect?

Try the lan ip, localhost, 127.0.0.1 to see if you connect.

Mist1985
12-03-2008, 02:36
not to sound dumb but how would i do that?

BHKai
12-03-2008, 02:40
localhost:<udp port>
127.0.0.1:<udp port>
lan ip:<udp port>

If you udp port was the default you could use just the address or the adddress and the port.

localhost
or
localhost:8767

127.0.0.1
or
127.0.0.1:8767

Your lan ip is most likely something like 192.168.1.101

192.168.1.101
or
192.168.1.101:8767

Mist1985
12-03-2008, 02:51
ok i can log onto my server thank you but it still doesnt show on the web server listing and no one else can log on... nvm found out what i needed to do