View Single Post
  #1  
Old 06-02-2017, 05:23 PM
ctuso
Fire Beetle
 
Join Date: Feb 2010
Posts: 6
Default Web Interface Questions

I've had my private server up for quite a while now and my boys, coworkers and I are thoroughly enjoying it! I have made several changes to quests, spawns etc. using cli along with EOC and other tools. However, I have been looking around and trying to simply find a method to view players online without logging in. I did come across a mention of the web interface on 9080 as a source to find this. I remembered the http configuration in the config so i looked and verified it was enabled on port 9080

Code:
<http port="9080" enabled="true" mimefile="mime.types" />
Armed with this knowledge, I opened the port on my router and in firewalld. I opened my browser and pointed to myip:9080 and was greeted with a login. Research showed me to add the tblServerRegistration login into Accounts and i was able to get in. Unfortunately, the only data displayed is the text "Not found."


Curious where the home dir for this would be as the "Not found." message brings to mind a 404 error, but I am not seeing that in any of the http logs. I'm wondering if I removed the original index files to replace them with a quick phpinfo() file (which doesn't display either).


To be honest, I've scoured the forums, wiki and guides trying to find any reference to what this does and what to expect but I came up empty. To be quite honest, I'm not sure if this is normal behavior and this is just a port for tools to connect to or if it is a tool in and of itself and should be displaying data.

Any information would be appreciated!

-- Searching for "web" "interface" "server" "http" "9080" makes querying this a real pain lol.

Thanks in advance!!
Reply With Quote