Server status - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Server status (/Thread-Server-status) Pages: 1 2 |
Server status - Leonidas - 12-09-2016 07:26 AM In the past I've gotten this to work easy, but now for some reason the page just doesn't load. I'm trying to get my status.html to be viewable on a browser. When going to http://myserverip:port/status.html the page loads into and error and says this: Code: The "My server ip" page isn’t working On the console, it looks fine: Code: 21:21:9:Client connected [Total:1] ('**********' 1/1) Why isn't this working? Other people can connect to my server, so I don't understand why I'm not able to view the status page. Also, I'm running my server on a vps, but I've used the exact same vps in the past and it has worked before. When running my server on my computer and going to the browser it works fine. RE: Server status - Kanibal - 12-09-2016 07:30 AM Show your "Third-Party Tools Support" and "Webpage Settings" in Sphere.ini RE: Server status - Coruja - 12-09-2016 10:02 AM usually firewall on cloud/VPS hosting block all connections and only allow some specific IP or ports allowed on your firewall rules so try temporarily disable the firewall on your cloud/VPS control panel, if it works without the firewall, maybe the problem is your firewall rules RE: Server status - Leonidas - 12-09-2016 12:54 PM I tried doing that the other day, but just tried turning the firewall off again and it did nothing. If something was blocking this, why would it still be showing up on the console, and it's the same ip and port other people use to connect to my server and they can connect fine. Code: // TNG RE: Server status - Coruja - 12-09-2016 01:41 PM yea it makes sense, if the console is showing the IP trying to connect, the problem is not on firewall rules are you using sphere 56c? afaik the HTTP server is broken on 56c but it works fine on 56d RE: Server status - Leonidas - 12-10-2016 09:48 AM Damn yeah i'm using 56c, looks like i need to upgrade lol RE: Server status - Leonidas - 12-20-2016 02:05 PM Alright so updated to 56d, and the same problem is still happening. Here are my following settings: Code: /////////////////////////////////////////////////////////////// Same damn thing happens as before, i type in my ip and port "http://servip:port" on my browser and it just hangs with the loading symbol, it never leaves the page I'm already on. On sphere this is what is popping up: Code: 21:56:0:Client connected [Total:1]. IP='blah blah'. (Connecting/Connected: 1/1). So with the console showing this I assume my firewall isn't the cause of this, but I made sure anyways by allowing port "2593" TCP and UDP both inbound and outbound, I also allowed "SphereServer" through my firewall. Doing all of this left me with the same result. Turning my firewall completely off and restarting the vps did nothing. Also, I just switched to a new vps host today, so this problem is still happening even though I'm on a new host. Which leads me to believe something has to be going wrong sphere. Thanks in advance. Edit: Just tried hosting the server on my local pc and it is also failing to show the status. Back when I had 56c it would work on my local pc, now it is not. RE: Server status - Leonidas - 12-20-2016 06:38 PM Apparently when adding "scripts/web/" to my sphertables (don't know why it wasn't in there), it allowed me to actually get an "error page" when trying to view the status. I started messing around, threw my spherestatusbase.htm into my main scripts folder, tried to go to myip:port\spherestatusbase.htm and it worked. Don't really know what's going on here, but... it works! lol RE: Server status - Kanibal - 12-20-2016 08:34 PM "http://servip:port/web/spherestatusbase.htm" RE: Server status - Coruja - 12-21-2016 10:51 AM Quote:21:56:0:Client connected [Total:1]. IP='blah blah'. (Connecting/Connected: 1/1).this text style doesn't seems to be from current 56d, probably you're using another different build you can find the latest 56d nightly (17 dec 2016) on Downloads buttom here on top of this page |