# (CLI)Intall Titan Agent on Windows Pro

{% hint style="success" %}
**High Earnings Guide:**\
1\. New nodes require a 3–7 day deployment period. Please be patient—earnings will gradually stabilize after this phase.\
2\. Keep your device online 24/7, especially during evening peak hours (18:00–24:00 UTC+8).\
3\. Ensure both Agent status and Service status show as normal. If any issues occur, contact customer support promptly.\
[→ Click for more tips](https://help.titanapp.info/titan-network-en/galileo-testnet/f.a.q./how-to-increase-node-rewards)
{% endhint %}

## Step 1: Windows Pro - Enable Hyper-V (Recommended)&#x20;

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

1. Open PowerShell as administrator.&#x20;
2. Run the command:&#x20;

```
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All
```

If command not found, ensure PowerShell is running as administrator. Restart after installation.

### Method 3: Enable Hyper-V using CMD

1. Open CMD as administrator.&#x20;
2. Type command:&#x20;

```
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
```

* When complete, you'll see:&#x20;

```
Do you want to restart the computer now?(Y/N)
```

Enter Y to restart. For issues, refer to official documentation: [Install Hyper-V on Windows](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v)

## Step 2: Download and Install Multipass

#### **1. Download Multipass**

* Visit [Multipass official website](https://canonical.com/multipass/install)
* 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**&#x20;

1. Open CMD as administrator.&#x20;
2. Type: `multipass --version`&#x20;

Success if version number appears.

## Step 3: Install and Run Titan Agent&#x20;

> 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:&#x20;

{% embed url="<https://pcdn.titannet.io/test4/bin/agent-windows.zip>" %}

* Wait for download to complete

### 2. Extract Files

Create "titan-agent" folder on desktop

1. Right-click on your desktop
2. Choose "New folder"
3. Name it "titan-agent"
4. Extract `agent-windows.zip` and move all files into "titan-agent" folder

### 3. Get Key

1. Visit:&#x20;

{% embed url="<https://test4.titannet.io>" %}

2. Login to Titan account
3. Find and copy your key

### 4. Run Titan Agent&#x20;

1. Open CMD as administrator:

* Press Windows key
* Type "cmd"
* Right-click "Command Prompt"
* Select "Run as administrator"

2. Navigate to Titan-Agent folder:&#x20;

```
cd your-titan-agent-folder-path
```

3. Start Agent:

Copy following command

{% code overflow="wrap" %}

```
agent.exe --working-dir="your-titan-agent-folder-path" --server-url=https://test4-api.titannet.io --key=your-key
```

{% endcode %}

* Replace "your-titan-agent-folder-path" and "your-key" with actual values.

## Common Issues&#x20;

If "multipass cannot connect network" error occurs: Reinstall multipass package, click Repair to fix installation.

📢Acknowledgments

🤩We extend our thanks to community volunteer <mark style="color:purple;">**Bohan**</mark> for translating this document in February 2025.
