> ## Documentation Index
> Fetch the complete documentation index at: https://bunnynet-cb9733c2-support-migration.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> Manage files directly from the bunny.net dashboard

The bunny.net dashboard provides a visual interface for managing files in your storage zones without writing code. It's ideal for quick file uploads, visual file organization, and non-technical team members managing content.

## Access the file browser

1. Log in to your bunny.net dashboard
2. Navigate to **CDN > Storage** in the left sidebar
3. Select your storage zone
4. Click **Browse Files**

## Manage folders

Create and organize folders to structure your files:

1. In the file browser, click **New Folder**
2. Enter a folder name
3. Click **Create**

<Info>
  When uploading files via API, or SDKs, folders are created automatically if they don't exist. The dashboard allows you to create folders manually before uploading files.
</Info>

**Folder operations:**

* **Navigate**: Click on folder names to browse their contents
* **Delete**: Click the delete icon next to a folder (folder must be empty)

## Upload files

1. In the file manager, navigate to your desired directory
2. Click the **Upload** or **Upload Folder** button
   <Frame>
     <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/uNvOGiQgr7rowrgB/images/storage/upload-file-or-folder.png?fit=max&auto=format&n=uNvOGiQgr7rowrgB&q=85&s=01bb3f56fd304c18b19779fd1c637d88" alt="Upload File or Folder" width="2580" height="1096" data-path="images/storage/upload-file-or-folder.png" />
   </Frame>
3. Select one or multiple files from your computer
4. Files will upload and appear in the file list

## Bulk actions

Select multiple files and folders to perform bulk operations:

1. Check the boxes next to the files or folders you want to manage
2. Choose an action from the toolbar:
   * **Download** - Download selected items
   * **Delete** - Delete selected items
   * **Compress** - Compress selected items

<Info>
  You can select individual files, entire folders, or a combination of both for bulk operations. Compressing folders will compress all files within them.
</Info>

## Download files

**Single file:**

1. Locate the file you want to download
2. Click the download icon next to the file
3. The file will download to your computer

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/uNvOGiQgr7rowrgB/images/storage/download-file.png?fit=max&auto=format&n=uNvOGiQgr7rowrgB&q=85&s=2e80f3aafb9e0a1a78ce28ab2f3a72eb" alt="Download File" width="1956" height="1090" data-path="images/storage/download-file.png" />
</Frame>

**Multiple files or folders:**

1. Select the files or folders using checkboxes
2. Click the **Download** button in the toolbar

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/uNvOGiQgr7rowrgB/images/storage/download-folder.png?fit=max&auto=format&n=uNvOGiQgr7rowrgB&q=85&s=2376cd0ca8b18191feba1df4cb0298f8" alt="Download Folder" width="1986" height="824" data-path="images/storage/download-folder.png" />
</Frame>

## Delete files

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/uNvOGiQgr7rowrgB/images/storage/delete-files.png?fit=max&auto=format&n=uNvOGiQgr7rowrgB&q=85&s=8e8c8eb43830f657acaae2fd8e4f40d5" alt="Delete Files" width="1984" height="792" data-path="images/storage/delete-files.png" />
</Frame>

**Single file or folder:**

1. Locate the file or folder you want to delete
2. Click the delete icon next to it
3. Confirm the deletion

**Multiple files or folders:**

1. Select the files or folders using checkboxes
2. Click the **Delete** button in the toolbar
3. Confirm the deletion

<Warning>
  Deleted files cannot be recovered. Make sure you have backups before deleting important files.
</Warning>

## Compress files

Reduce file size directly from the dashboard without downloading and re-uploading:

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/uNvOGiQgr7rowrgB/images/storage/compress-files.png?fit=max&auto=format&n=uNvOGiQgr7rowrgB&q=85&s=dc81143b136acaec769ae71c43204a64" alt="Compress Files" width="1936" height="739" data-path="images/storage/compress-files.png" />
</Frame>

**Single file or folder:**

1. Locate the file or folder you want to compress
2. Click the compress icon next to it
3. The file will be compressed and replaced with the compressed version

**Multiple files or folders:**

1. Select the files or folders using checkboxes
2. Click the **Compress** button in the toolbar
3. Selected items will be compressed in place

Compressing folders will compress all files within them. This is useful for optimizing images and other compressible files.

## Copy CDN URL

Once you connect a Pull Zone, each file has a CDN URL for public access:

```bash theme={null}
https://your-zone-name.b-cdn.net/path/to/file.jpg
```

Click the copy icon next to any file to copy its CDN URL to your clipboard.

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-support-migration/uNvOGiQgr7rowrgB/images/storage/copy-cdn-url.png?fit=max&auto=format&n=uNvOGiQgr7rowrgB&q=85&s=deae6a460d46b0c7207b8c7455644a92" alt="Copy CDN URL" width="1928" height="1185" data-path="images/storage/copy-cdn-url.png" />
</Frame>
