How to create mac vps (virtual private server) and access it through a browser

How to create mac vps (virtual private server) and enter it through a browser, I want to be able to create an environment, for example http://www.macincloud.com/ , I have an os x server, but I'm not sure how to configure it, so that it can be accessed through the browser. The reason I'm trying to do this is to use xcode from a Windows machine over the Internet.

any help really appreciates this

+4
source share
2 answers

I'm not sure how OSX Server works, but I believe that what you want to do can be completed using VNC.

Here is a quick guide I found on youtube on how to create VNC on your Mac computer so that you can manage it from another computer by logging into the VNC server.

You will not be able to use your browser to log in, so you will need to download a third-party application (tightVNC is indicated in the video) in order to access your mac remotely.

https://www.youtube.com/watch?v=13vIi37TkCg

Hope this helps!

0
source

If you need what you want to access through a browser, you can easily do this using Apache (a web server), which is pre-installed on the Mac and placed there with a simple html page or with simple php, which is also pre-installed on Mac

0
source

All Articles