Run Titan Agent on Windows Pro
Step 1: Windows Pro - Enable Hyper-V (Recommended)
Hyper-V is Microsoft's free virtualization service, available on Enterprise, Pro, and Education editions of Windows 8 and later.
Method 1: Enable Hyper-V through GUI
Open "Control Panel"
Click "Programs"
Click "Turn Windows features on or off"
Check "Hyper-V", confirm
Wait for feature installation
Restart computer
Method 2: Enable Hyper-V using PowerShell
Open PowerShell as administrator.
Run the command:
If command not found, ensure PowerShell is running as administrator. Restart after installation.
Method 3: Enable Hyper-V using CMD
Open CMD as administrator.
Type command:
When complete, you'll see:
Enter Y to restart. For issues, refer to official documentation: Install Hyper-V on Windows
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
If "multipass cannot connect network" error occurs: Reinstall multipass package, click Repair to fix installation.
Last updated