---
title: S3 browser For Windows
---
## Introduction
S3 Browser is a freeware Windows client for S3 Compatible storage. It offers a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. In this tutorial, we will walk through steps to install and setup S3 browser for E2E Object store on your windows system.
## Prerequisites
1. Bucket in E2E Object Store. If you have not created a bucket yet, please refer to [Getting Started](/docs/myaccount/storage/object_storage/intro#create-a-bucket) section.
2. Access and Secret keys with permissions on the target bucket
3. Administrative access to windows server for Installing and Setting up S3 browser
## Step 1: Download and Installation
Please follow the steps below to download and install S3 Browser.
1. Login to your Windows server with administrative access.
2. Go to [https://s3browser.com/download.aspx](https://s3browser.com/download.aspx).
3. Click on the **Download** link.

4. Once the download is complete, follow the installation wizard to install S3 Browser.


## Step 2: Configure a New Account in S3 Browser
When you launch S3 Browser for the first time, you will be prompted to add a new account. You will need the following details to configure the account:
* **Account Name**
* **Account Type**
* **Rest End Point**
* **Access Key ID**
* **Secret Access Key**

* Enter a name of your choice for the account.
* In the **Account Type** section, change the type to **S3 Compatible Storage**.

* Enter the REST endpoint as `https://objectstore.e2enetworks.net`.
* Enter your Access and Secret Key that you obtained from My Account.
After entering the above information, click **Add New Account**.

## Step 3: Enter Your Bucket Details
* Once an account is created (i.e., configured), add the details of the external bucket.

* Click **Yes** and enter your bucket name. For the purpose of this tutorial, we will enter **e2e-test** as our sample bucket.
* Click on **Add External Bucket**.

* You will now be able to view the contents of the **e2e-test** bucket.

## Conclusion
The setup is now complete. Visit [here](https://s3browser.com/help.aspx) for more details on using S3 Browser.
---