Forum ‹ Multiplayer ‹ Development server not accessible
3 posts
• Page 1 of 1
Development server not accessible
Hey,
I'm totally new to Player.IO and currently trying out the demo's but when I try out the multiplayer. I get this error:
The server is not publicly accessible on any ports.
Please open port 8184 in your firewall if you want to run live games on this server.
But I already port forwarded it to my local machine and the firewall on my local machine is off. Could it by my router since I can't forward to a ip but only a device ?
I'm out of options so I hope somebody can help.
Greetings
Robby
I'm totally new to Player.IO and currently trying out the demo's but when I try out the multiplayer. I get this error:
The server is not publicly accessible on any ports.
Please open port 8184 in your firewall if you want to run live games on this server.
But I already port forwarded it to my local machine and the firewall on my local machine is off. Could it by my router since I can't forward to a ip but only a device ?
I'm out of options so I hope somebody can help.
Greetings
Robby
- HuntiXz
- Posts: 2
- Joined: January 14th, 2012, 7:39 pm
Re: Development server not accessible
Hey, you are trying to pop in the development server in the live cluster. Something that is very useful if you need to test on live.
However it's not needed for simply developing a game. Simply set
In your flash project, run the server locally and start the flash project.
/Chris
However it's not needed for simply developing a game. Simply set
- Code: Select all
client.multiplayer.developmentServer = "localhost:8184"
In your flash project, run the server locally and start the flash project.
/Chris
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
-

Benjaminsen - .IO
- Posts: 808
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
Re: Development server not accessible
Awesome the dev server is a great option. But after two days of trying fixed it. Turns out my router is a real pain in the ass. Finally can try out the options of playerIO and build awesome games.
Thanks
Thanks
- HuntiXz
- Posts: 2
- Joined: January 14th, 2012, 7:39 pm
3 posts
• Page 1 of 1