|
Question : How do I connect to my Mac Server GUI?
Customers with Dedicated or Colocation servers can connect using Apple Remote Desktop Administrator or Timbuktu (both require a license on the Customer side) or use any free VNC software. For PC users, we recommend Tightvnc. RealVNC 4 doesn't support Macs, and RealVNC 3.3 requires the Preferred Encoding "Hextile" under options(Auto Select won't work). For Apple, we recommend Chicken of the VNC.
Question: How do I connect to my Mac in text mode (terminal)?
You can connect to the server using an SSH client. You can download the free client Putty here.
Question: My VNC session froze and I can't connect to my server anymore. How do I fix it?
VNC seems to have problems when using multi-display computers in the client, and it may freeze. To restart the service, you can SSH to the Mac and then run:
sudo killall ARDAgent
if ARD is not responding, it may be necessary to restart it with:
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/ Resources/kickstart -restart -agent
Question: How do I upload web files to my Mac shared space
Using any FTP client, copy your files in your folder "Sites". The main page must be named "index.html" .
Question: Is there a free graphic tool to help me administer my Mac?
We recomend webmin. To install:
1) Download the latest version from here. Choose the Unix tar/gzip version.
2) From a terminal, execute:
cd /Applications
gnutar -xzf webmin-*.tar.gz
cd webmin-*
sudo ./setup.sh
3) To access your webmin interface, open a web browser and navigate to:
http://127.0.0.1:1000
|