# Windows

The `renterd` desktop app provides a user-friendly web UI to start storing data on the Sia network. By the end of this guide, you will have:

* Installed the `renterd` desktop application.
* Created a `renterd` wallet

## Pre-requisites

To run `renterd` on Windows, your system should meet the following specifications:

* **Operating System Compatibility:** `renterd` is only supported by `64-bit` versions of Windows.
* **Hardware Requirements:** A stable setup that meets the following specifications is recommended. Not meeting these requirements may result in preventing slabs from uploading and can lead to a loss of data.
  * A quad-core CPU
  * 8GB of RAM
  * 256 GB SSD for `renterd`
* **Network Access:** `renterd` requires a stable internet connection and open network access to store and retrieve data on the Sia network.

{% hint style="warning" %}
To ensure proper functionality, we are recommending a minimum of 8 GB RAM. This is because `renterd` will keep full slabs in memory when uploading. A full slab is 120MB, and a single upload may hold two or three slabs in memory. However, it is possible to run `renterd` with less RAM than this, and it may work fine depending on the use case.
{% endhint %}

## Download

1. Go to [Sia Software Downloads](https://sia.tech/software-downloads). Here you can find the latest software downloads for all our daemons.

![](https://3679771871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6w9fYqdazlo30V4aFg36%2Fuploads%2Fgit-blob-626d0c8b2bbdcb5348a3daa042d2d361f2a8e788%2Fsia-tech-website-download.png?alt=media)

2. From the dropdown menu, select **Windows AMD64**.

![](https://3679771871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6w9fYqdazlo30V4aFg36%2Fuploads%2Fgit-blob-fb59110b49831cceb63b6b6dec54429b2f8aac3e%2Frenterd-download-website.png?alt=media)

{% hint style="warning" %}
Before proceeding with downloading, please read our [Terms of Service](https://sia.tech/terms-of-service). Once you have reviewed and are satisfied, check the box to agree.
{% endhint %}

3. Click **Download** to get the latest `renterd` version for your operating system.

## Run

After downloading the `renterd` desktop application:

1. **Install the app:** Double-click the installer (e.g., `renterd.<version>.Setup.exe`) and follow the prompts. The app installs to the default location.
2. **Launch the app:** After installation, you can delete the installer, and launch `renterd` from the Start Menu like any other program.
3. **Initial setup&#x20;*****(first-time users only)*****:** On first launch, the Welcome to `renterd` window will guide you to generate a recovery phrase (which you can copy and lock) and set a password to access web UI.

![](https://3679771871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6w9fYqdazlo30V4aFg36%2Fuploads%2Fgit-blob-5723abef1af6cc7ec2515a1ec19400b24c1fcc0b%2Fwelcome-ui.png?alt=media)

4. **Access the Web UI&#x20;*****(first-time users only)*****:** Click **save and start daemon**. It will open automatically, or if not, you can access it at <http://localhost:9980> while `renterd` runs in the background.

{% hint style="warning" %}
When you first run \`renterd\`, Windows Security may ask to allow public and private network access. This is normal—select Allow so \`renterd\` can communicate properly through the firewall.
{% endhint %}

![](https://3679771871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6w9fYqdazlo30V4aFg36%2Fuploads%2Fgit-blob-a5d10d3845af03f0dd731ef2ea1e11fbfdd6d262%2Fweb-ui.png?alt=media)

{% hint style="success" %}
**Success!** `renterd` is now running on your Windows system, and you’re ready to start storing your data on the Sia network.
{% endhint %}

## Configure

You can customize `renterd` through the desktop app, which provides full control over all available settings, from wallet security to network and S3 configurations.

On **Windows**, you can access the `renterd` configurations by going to the taskbar, expanding the up arrow to see hidden icons, and double-clicking the `renterd` app. This will open the configuration window and let you customize its behavior.

![](https://3679771871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6w9fYqdazlo30V4aFg36%2Fuploads%2Fgit-blob-0851f917765366599b6cfeaf75426057394cf501%2Fconfiguring.png?alt=media)

There are several configurable settings in `renterd`. Below is a breakdown of what each setting does:

| Field                                    | Description                                               |
| ---------------------------------------- | --------------------------------------------------------- |
| Recovery Phrase                          | Your wallet recovery seed                                 |
| Password                                 | Set or update your wallet password                        |
| Automatically open the Web UI on startup | Enable this to launch the interface when `renterd` starts |
| Data Directory                           | Where `renterd` stores its data and config files          |
| HTTP Address                             | Local address for the Web UI                              |
| Log Level                                | Amount of detail in logs                                  |
| S3 Address                               | Local address and port for the S3 interface               |
| S3 Interface                             | Enable or disable the S3 interface                        |
| S3 Disable Auth                          | Enable or disable authentication for S3                   |
| S3 Host Bucket                           | Optional default bucket name for S3 storage               |

{% hint style="warning" %}
Always **save and restart daemon** after making configuration changes to ensure they are applied.
{% endhint %}

You can monitor your node’s activity and track changes by checking the logs. These provide detailed information about the system, network connections, API endpoints, S3 interface, and autopilot operations, helping you understand what your node is doing at any given time.

![](https://3679771871-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6w9fYqdazlo30V4aFg36%2Fuploads%2Fgit-blob-5b5aa7a78db1a1faf675e72449fc3a47ff3619b8%2Fconfig-logs.png?alt=media)

## Update

`renterd` updates regularly with bug fixes, performance improvements, and new features. Updating your node ensures stability and compatibility with the Sia network.

On Windows, the app downloads updates automatically and notifies you when they’re ready. Simply restart the app to run the latest version.

{% hint style="info" %}
You can always check for the version of the software at the bottom of the app interface.
{% endhint %}
