0

This is how it is managed in macOS Server:

enter image description here

and then from the other mac I do:

enter image description here

but it doesn't work, cannot login to remote mac. Why?

  • User kuna exists on mac with macOS Server and is an admin.
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358

1 Answers1

2

If you want to access your server from inside the office, don’t use the public IP - use the server’s local IP (one of the ones starting 192.168....)

If you want to access your server from outside the office, you may have to configure your office router to forward the relevant traffic to your server. This process is called port forwarding.

I’d

  • find out the port numbers you need to forward on this page

  • Google <name of your router> setup port forwarding for how to enter them into your router - although with many routers, the process is pretty self-explanatory in the admin interface.

Pekka
  • 442,112
  • 142
  • 972
  • 1,088
  • Even after port forwarding there seems to be an issue that I have not found a solution to with SSL certificates. In Xcode 9, turning on Xcode Server automatically generates a self signed SSL certificate that is rejected over a remote connection. If anyone knows of a solution to this I would love to know. I have a professionally signed certificate stored in macOS Server but it fails to use it. – Xials Jan 24 '18 at 18:14