choice

mini Remote Server

The Mac mini packs power in a very small case. It also saves you the cost of a display, keyboard and mouse – which is great if you don’t need them.

In this tutorial we’ll look at a high level at the components needed to run your Mac remotely, with nothing more than a network connection. Without a head, you Mac is far from a zombie. It is a very accessible server capable of taking care of itself.

miniserver mini Remote Server

What you’ll need:

  • a Mac mini or any Mac with OS X 10.3+ and a network connection
  • a commercial or free (VNC) remote access solution

You’ll need to get OS X installed and a network connection set up on your Mac before you deprive it of its head. I suggest setting it up on your network with a static IP (don’t forget to set those DNS servers) for simplicity in access it.

You’ll also need to install the remote access solution of your choice. For the pros and cons of the two most popular commercial solutions, check out this review of pcAnywhere and Timbuktu. If going the free route, grab OSXvnc server and the Chicken of the VNC client. For access to your server from the internet, you’ll need a static IP from your ISP or dyndns set up on your router along with port forwarding for your remote control application.

startupandshutdown mini Remote Server

Now comes the automation. To make the most of your remote Mac, use Panther’s or Tiger’s Energy Saver preference pane to set start up and shut down times. Next, set up iCal to schedule events (either AppleScripts on 10.3 or Automator workflows on 10.4). What? For example, my headless Mac starts its day at 6:30. At 7 it starts an update of my podcasts and at 7:30 it ejects my iPod just in time for me to grab it on my way to work.

updateandeject mini Remote Server

The possibilities are limitless. You are free to locate your mini in your entertainment center or by a phone outlet. Your headless Mac isn’t limited to automated functions either. It doubles as an iTunes shared music library and a network backup drive. Remote control software allows you to use it like a desktop – even from a PC.

Without a monitor you save space, energy and money. And don’t think that stashing your mini in the closet means you have to miss out on the Mac OS X experience. The headless Mac is nothing to be afraid of.

Getting a Clearer Picture

Take screenshots, convert graphics and more with this week’s picks.

mu Getting a Clearer PictureScreenshot Helper

Switch to a less distracting background while taking screenshots with this free gem. This app hides your desktop picture and clutter and can even hide the menu bar and dock.

mu Getting a Clearer PicturePictu

With Pictu, your favorite picture is a menu item away. Pictu pops up a picture of your choice on click, and lives in the menu bar. And that’s all it does. Don’t you love programmer restraint?

mu Getting a Clearer PicturefreePhotoConverter

Rather than firing up Photoshop for simple image conversions, try this app. It converts between many formats and can resize and compress (jpgs).

mu Getting a Clearer PictureVNCDimensions

Is the picture you’re looking for on another system? Get VNC. If you haven’t used VNC already, this is a good time to try it. Share your Mac over a network, and view and control another Mac/PC.

mu Getting a Clearer PictureWinSwitch

Don’t misinterpret the name on this one. WinSwitch makes fast user switching faster. WinSwitch gives you quick access to other users’ accounts through a menu bar item. You can even tweak settings with the accompanying preference pane.

Get the picture? Have fun.

Brian

mu Getting a Clearer PictureDownloads provided by MacUpdate

Free VPN, Secure too

What is SSH tunneling?

SSH is a secure way to log on to a computer remotely. Mac OS X has SSH built-in. Tunneling is using an encrypted SSH connection to forward ports.

Why would you want to do this? SSH tunneling can secure VNC sessions over the internet. In fact, you can route any kind of TCP traffic like HTTP and FTP. The next two utilities make it easy to connect securely over an SSH connection.

Fugu

We’ve featured Fugu for its SFTP capabilities. This utility also creates tunnels for accessing other services on SSH connected machines.

fugussh Free VPN, Secure too

You’ll need to know the IP of the remote Mac and the ports you want to forward. Once connected, you can use your local IP (127.0.0.1) to connect to the remote Mac in VNC or your application of choice.

JellyfiSSH

This utility is a bookmark manager for connections to Unix machines. It will manage saved connection settings for remote Macs.

jellyfissh Free VPN, Secure too

As you can probably guess, this utility is for more than remote terminal sessions. You can save tunnel settings for each connection making it easy to reconnect your frequently used tunnels.

HamachiX

If you more of the zero-configuration type, you’ll be interested in Hamachi. This free VPN application uses a free online service to connect your and our friends’ computers to a network you create. Hamachi navigates NAT firewalls to join computers on these networks.

hamachix Free VPN, Secure too

HamachiX is a OS X front-end for a terminal client made by the Hamachi project. With a little work you can stream your iTunes to other Macs or PCs all over the ‘net.

Happy VPN tunneling!

Brian