However, when connecting through the Advanced Chat index, there is an alert saying Connection Failed: Is the server running at all?. I also checked my browser console when this happened, and the following is what it produced:
WebSocket connection to 'ws://[PUBLIC IP]:8888/websocket' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
(@ SFS2X_API_JS.js:301).
I guess it has something to do with the server's WebSocket setup. I found the documentation a bit lacking at that point, so I'm not really sure what to do with it?
I'd like some explaination. Anyway, here are my server settings for that:

I tried telnet [PUBLIC IP] 8888. It was unsuccessful.
I have portforwarded these in my router to my server's LAN IP.

Should I open up 8888 aswell?

