Ports?

Status
Not open for further replies.

joshua filby

New Member
Messages
56
Reaction score
1
Points
0
Hello, I was wondering if somehow I could make it where port 43594 and 5555 would be available because I have a website that has a server status and it requires 43594 and 5555.
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
You cannot open up X10's ports or request them to be opened. It's a security risk.

I don't know why you need open ports for a status check. For example, if you want to check if Apache is running (which is pointless because the page won't load if Apache is not running, but regardless) you can do fsockopen() for port 80 in php.
 
Last edited:
Status
Not open for further replies.
Top