Skip to content
AnyStorage
Free Download

Wasabi Client

Wasabi Client: Desktop Tools for Hot Cloud Storage

Wasabi ships a free Explorer for Windows and Mac. What it really is, the regional service URLs, and how seven desktop clients compare in September 2026.

Wasabi's own free Explorer is a rebadged CloudBerry build, its service URLs are per region, and two billing rules decide which desktop client is cheap to use.

wasabi client, wasabi desktop client, wasabi s3 client

Wasabi Hot Cloud Storage is S3-compatible with a flat price and no egress bill, which makes it a natural target for a desktop file manager. What Wasabi ships itself is less obvious than it looks, and two of its billing rules quietly decide which kind of client is a good idea. Everything here was read on wasabi.com and docs.wasabi.com in September 2026. For the wider category, see the S3 GUI client overview.

Wasabi does ship a client, and it is someone else's

Three downloads carry Wasabi's name on its own downloads page:

  • Wasabi Explorer for Windows — "This free app lets you share files between your Windows host and your Wasabi storage account."
  • Wasabi Explorer for Mac — the same sentence with "Mac" in it.
  • Wasabi Cloud NAS for Windows — "This paid app lets you replicate file data from your Windows Servers and external NAS appliances to your Wasabi Cloud NAS storage account."

The fact worth knowing before you download: Wasabi's own documentation describes Wasabi Explorer as a customised version of CloudBerry Explorer — the product now published as MSP360 Explorer. So Wasabi's first-party client is a rebadged third-party file manager, which explains its feature list (compression and encryption, multiple regions in one window, upload rules, header editing, multipart upload) and its shape, "a familiar interface similar to Windows File Explorer". The line dates back to 3 April 2018, when Wasabi announced a free Hot Cloud Storage Client for Mac and Windows with drag-and-drop virtual drives, one of them write-once.

Wasabi Cloud NAS is a different animal and should not be mistaken for a browser. It is cloud-gateway software installed on a Windows server or PC that tiers cold files off local storage into a bucket and leaves stubs behind, with a shell extension that adds data-management commands to Windows Explorer's context menu. Useful; not a way to look at a bucket.

Wasabi is also unusually candid about the limits of its own app. Its downloads page says the third-party tools it recommends "generally provide more features than Wasabi Explorer, including the ability to mount Wasabi Hot Cloud Storage as a disk volume on your Windows or Mac host", and names four: MSP360 Drive, Cyberduck, ExpanDrive and Mountain Duck.

The one setting that matters: the regional service URL

Any S3 client reaches Wasabi by changing the endpoint — in Wasabi's words, "The AWS SDKs or tools can be used directly with Wasabi by changing the endpoint." Each region has its own service URL, and using the wrong one is the most common cause of a bucket that "does not exist".

Wasabi service URLs by region, checked September 2026
RegionService URL
us-east-1s3.wasabisys.com
us-east-2s3.us-east-2.wasabisys.com
us-central-1s3.us-central-1.wasabisys.com
us-west-1s3.us-west-1.wasabisys.com
us-west-2s3.us-west-2.wasabisys.com
ca-central-1s3.ca-central-1.wasabisys.com
eu-central-1s3.eu-central-1.wasabisys.com
eu-central-2s3.eu-central-2.wasabisys.com
eu-west-1, eu-west-2, eu-west-3s3.eu-west-N.wasabisys.com
eu-south-1s3.eu-south-1.wasabisys.com
ap-northeast-1, ap-northeast-2s3.ap-northeast-N.wasabisys.com
ap-southeast-1, ap-southeast-2s3.ap-southeast-N.wasabisys.com

Note the asymmetry: us-east-1 is the bare s3.wasabisys.com with no region in the hostname, every other region carries its code. Wasabi's API documentation lists the supported HTTP methods as PUT, GET, DELETE, POST and PATCH, and does not document a path-style requirement — so treat any "force path style" toggle as not documented rather than required, and leave it off unless a listing fails.

sh

aws s3 ls --endpoint-url https://s3.eu-central-1.wasabisys.com
rclone config create wasabi s3 provider Wasabi endpoint s3.eu-central-1.wasabisys.com

Credentials are an access key and secret key from the Wasabi console, and a client can do exactly what that key can do — so scope it to the bucket and prefix you mean, not to everything.

Two billing rules that decide which client you want

Wasabi's pay-as-you-go price starts at $7.99 per TB per month with "No fees for egress or API requests". That last part is the reason a GUI client feels free here and expensive on Amazon: browsing, listing and previewing all cost API calls, and on Wasabi those calls are not billed.

The two rules that bite are on the other side:

  1. A 90-day minimum storage duration. Delete an object before it has been stored 90 days and a Timed Deleted Storage charge equal to the storage charge for the remaining days applies.
  2. A 1 TB monthly minimum. Store less than 1 TB of active storage and you are still billed for 1 TB at your region's rate.

Read those together and a conclusion falls out: a client that constantly rewrites or rotates objects — an aggressive sync tool, a backup job with a short retention, a build cache — is buying 90 days of storage for every file it replaces. On Wasabi, a browser you use deliberately is cheaper than a syncer you forget about. That is an argument for a file manager, and against anything that mirrors a folder continuously.

The field, September 2026

Desktop clients for Wasabi, prices and platforms checked September 2026
ClientPlatformsPriceMounts as a driveWasabi's own list
Wasabi ExplorerWindows, MacFreeNoFirst-party
Wasabi Cloud NASWindows Server or PCPaidIt is a gateway, not a mountFirst-party
Cyberduck 9.5.4macOS 10.13+, Windows 10 64-bit+Free; $10 key silences the promptNoRecommended
Mountain DuckmacOS 13+, Windows 10+Paid per seat, per major versionYes, no driverRecommended
ExpanDrivemacOS, Windows, LinuxFree for personal use and teams of 10, then $29/monthYesRecommended
MSP360 DriveWindowsPaidYesRecommended
rclonemacOS, Windows, LinuxFree, MITYes, needs FUSE or WinFspNot listed
AnyStorage 0.2.25macOS 11+, Windows 10+, Ubuntu 20.04+Free tier plus ProYes, via local WebDAVNot listed

The shape of that table is the answer to most Wasabi client searches. If you want a free window and nothing else, Cyberduck or Wasabi Explorer. If you want a drive letter, everything free on the list needs either a kernel driver (rclone plus FUSE or WinFsp) or a paid licence — except the WebDAV route below. The Cyberduck alternatives and Mountain Duck alternatives pages compare those two in depth, and cloud storage manager covers the ten-product field.

Reaching Wasabi from AnyStorage

Wasabi is not a separate connection type in AnyStorage 0.2.25 — it is the S3 type with a custom endpoint URL, which is exactly what Wasabi's own documentation asks of any S3 tool. Paste the service URL for your region, the access key pair and the region string, leave path-style off unless a listing fails, and the buckets open as folders. Cloudflare R2, Backblaze B2, Google Cloud Storage, Azure Blob, Alibaba Cloud OSS and Tencent Cloud COS do get their own types, out of more than 20 including WebDAV, FTP, SFTP, Google Drive, OneDrive and Dropbox, so a Wasabi bucket can sit beside a Drive account in one window.

Mounting is where it diverges from the recommended four. Instead of a filesystem driver, the app runs a WebDAV server on http://127.0.0.1:3211 with HTTP Basic auth always on, and your operating system's own WebDAV client mounts it — Finder, File Explorer, GNOME Files, Dolphin or davfs2. No macFUSE, no WinFsp, no reduced-security boot on Apple silicon. The detailed walkthrough is on map an S3 bucket as a network drive, and platform specifics are on the Windows and Mac pages.

The limits, stated plainly: the free tier allows two storage connections and serves that mount read-only, so a writable drive is a paid feature; 0.2.25 is a young product; and there is no CLI. What the free tier does allow is commercial use.

Questions

Does Wasabi have its own desktop client?

Yes — Wasabi Explorer, free for Windows and Mac, plus the paid Wasabi Cloud NAS for Windows. Wasabi's documentation describes Explorer as a customised build of CloudBerry Explorer, and its own downloads page says the third-party tools it recommends generally do more, including mounting a bucket as a disk volume.

What is the Wasabi endpoint for my region?

s3.wasabisys.com for us-east-1, and s3.<region>.wasabisys.com for every other region, such as s3.eu-central-1.wasabisys.com. Use HTTPS, and match the region string your client asks for to the same code.

Does Wasabi charge for downloads or API calls?

No. Wasabi's pricing page states "No fees for egress or API requests", which is why a graphical client that lists and previews a lot costs nothing extra here. Storage starts at $7.99 per TB per month.

Why was I billed for files I deleted?

The 90-day minimum storage duration. If an object is deleted before it has been stored for 90 days, a Timed Deleted Storage charge covering the remaining days applies. There is also a monthly minimum of 1 TB of active storage on pay-as-you-go accounts.

Can I mount a Wasabi bucket as a drive without paying?

Not with the tools Wasabi recommends: Mountain Duck, ExpanDrive above ten users and MSP360 Drive are paid, and rclone is free but needs FUSE or WinFsp. A local WebDAV server is the third route; on AnyStorage's free tier that mount is read-only, and read-write comes with Pro.

Does Wasabi need path-style addressing?

Its documentation does not say it is required. Start with the default (virtual-hosted-style) and only switch a client to path-style if bucket listings fail with signature or DNS errors.