Run Titan Agent on Windows Home
Step 1: Install VirtualBox
For Windows Home Edition or other versions that don't support Hyper-V services, you'll need to download VirtualBox as the virtual machine driver for Multipass.
1. Download VirtualBox
Open your preferred browser (Chrome, Edge, etc.)
Visit VirtualBox official website: https://www.virtualbox.org/wiki/Downloads
Alternative URL: https://www.oracle.com/hk/virtualization/technologies/vm/downloads/virtualbox-downloads.html
Click "Windows hosts" to download the Windows installation package
2. Install VirtualBox
Locate and double-click the downloaded VirtualBox installation file (like VirtualBox-7.0.xx-Win.exe)
Double-click the package to start installation
Select installation location
If prompted about network features, click "Yes"
Finally click "Finish"
3. Verify Installation
Open Command Prompt
Press Windows key + R
Type cmd and press Enter
In the black window, type:
If it displays a version number like 7.0.xx, installation was successful
Step 2: Download and Install Multipass
1. Download Multipass
Select Windows page
Click "Download Multipass for Windows" for multipass-<version>+win-win64.msi installer
2. Install Multipass
Double-click .msi file
Click "Next"
Accept license agreement
Select "Add multipass to the current user's PATH"
Choose installation directory
Click "Install"
3. Verify Installation
Open CMD as administrator.
Type:
multipass --version
Success if version number appears.
Step 3: Install and Run Titan Agent
Note: While demonstrated on desktop, installing on D: or E: SSD is recommended, avoid C: drive or desktop.
1. Download Titan Agent
Open browser
Visit:
Wait for download to complete
2. Extract Files
Create "titan-agent" folder on desktop
Right-click on your desktop
Choose "New folder"
Name it "titan-agent"
Extract
agent-windows.zip
and move all files into "titan-agent" folder
3. Get Key
Visit:
Login to Titan account
Find and copy your key
4. Run Titan Agent
Open CMD as administrator:
Press Windows key
Type "cmd"
Right-click "Command Prompt"
Select "Run as administrator"
Navigate to Titan-Agent folder:
Start Agent:
Copy following command
Replace "your-titan-agent-folder-path" and "your-key" with actual values.
Common Issues
VirtualBox Installation Error Solution:
Open browser, visit: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Select and download corresponding version
Install Visual C++
Run VirtualBox installer again
Last updated