Hi LG,
Still i got same problem. Here’s the Server port on my development server.
Server Ports ||Interface||Port|| ||Type||Description||
All addresses
5222

Client to Server
The standard port for clients to connect to the server. Connections may or may not be encrypted. You can update the security settings\ for this port.
All addresses
5223

Client to Server
The port used for clients to connect to the server using the old SSL method. The old SSL method is not an XMPP standard method and will be deprecated in the future. You can update the security settings\ for this port.
All addresses
9090

Admin Console
The port used for unsecured Admin Console access.
All addresses
9091

Admin Console
The port used for secured Admin Console access.
All addresses
7777

File Transfer Proxy
The port used for the proxy service that allows file transfers to occur between two entities on the XMPP network.
All addresses
8080

HTTP Binding
The port used for unsecured HTTP client connections.
All addresses
8483

HTTP Binding
The port used for secured HTTP client connections.
All addresses
3478 & 3479

STUN Service
The port used for the service that ensures connectivity between entities when behind a NAT.
All addresses
5229

Flash Cross Domain
Service that allows Flash clients connect to other hostnames and ports.
And here’s the port on my VPS hosted server.
Server Ports ||Interface||Port|| ||Type||Description||
All addresses
9090

Admin Console
The port used for unsecured Admin Console access.
All addresses
9091

Admin Console
The port used for secured Admin Console access.
All addresses
7777

File Transfer Proxy
The port used for the proxy service that allows file transfers to occur between two entities on the XMPP network.
All addresses
3478 & 3479

STUN Service
The port used for the service that ensures connectivity between entities when behind a NAT.
All addresses
5229

Flash Cross Domain
Service that allows Flash clients connect to other hostnames and ports.
Notice that the port 5222 and port 5223 is not in listening mode the reason i can’t connect to the server. On my development server i don’t have any problem. I expect same ports on my VPS hosted server. I try to issue a command like #nc -z myhosteddomain.com 5222-5223, to try if the ports are in listening mode but i got nothing. But port 9090 has problem, i can access it thru web.
Can you help me solve with my problem?
Thanks a lot LG.
Julian