> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-en/galileo-testnet/titan-agent-installation-guide/windows/cli-intall-titan-agent-on-windows-pro.md).

# (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](/titan-network-en/galileo-testnet/f.a.q./how-to-increase-node-rewards.md)
{% 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.titanapp.info/titan-network-en/galileo-testnet/titan-agent-installation-guide/windows/cli-intall-titan-agent-on-windows-pro.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
