Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue with Xcode Server: No services available

I'm trying to run a Xcode server with remote access.

I've been trying to log in from a client/node PC, with no success. There's a message with the IP and a warning "No services unavailable".

Is there something I'm missing here?

Screenshot is attached.

enter image description here

Thanks.

like image 323
Felipe Peña Avatar asked Sep 21 '15 13:09

Felipe Peña


1 Answers

Since from attached picture everything is running perfectly locally, I'm almost sure that the problem is in your router. So on router in port forwarding you have to open:

For Xcode Integration the only ports needed are 20300,20343-20345
For Website 80,443

And you have to make sure that you're have global IP address

like image 140
Jakub Avatar answered Nov 10 '22 20:11

Jakub