Introduction

This guide covers how I set up Kali Linux as a virtual machine on my Mac using Parallels Desktop. I'll walk through downloading Kali, configuring the VM, installing Parallels Tools, and getting everything updated and ready for security testing.

Install Parallels Desktop

Parallels Desktop is a great virtualization solution for Mac.

Create a New Virtual Machine

Configure the Virtual Machine

After the VM is created, I like to tweak the settings for better performance:

You can adjust these by right-clicking the VM in the Parallels Control Center and choosing Configure.

First Boot & Setup

Depending on the Kali image, Parallels might boot you straight to the desktop, or you might see the Kali installer wizard (language, user, partitioning, etc.). If you see the wizard, just follow the prompts. If not, you're ready to log in.

Post-Installation Setup

Update your system (always a good idea):

sudo apt update
sudo apt upgrade -y
sudo apt dist-upgrade -y

Getting Started with Kali Linux (Personal Notes)

Notes on initial setup and exploration after installing Kali Linux in a VM:


I plan to do a series of blog posts on using Kali Linux for security testing. Stay tuned!