> For AI agents: the complete documentation index is available at https://www.tteam.icu/llms.txt, the full documentation bundle is available at https://www.tteam.icu/llms-full.txt.

# `Rustfs`是否可以替代`MinIO`

## 前言

从今年年中开始，`MinIO`删除了大部分`WebUI`的代码，相关功能需要付费使用

当时我不知情的情况下直接升级了，发现后感到有些不便

虽然仍然可以使用mc命令行工具操作所有功能(我平时也经常使用)，但缺少`WebUI`多少有些不方便

我将服务部署在大容量服务器上，性能是我比较关注的方面

这时我发现了`Rustfs`，于是开始了测试

## ui

ui方面还不错

![](https://img.tteam.icu/i/2025/08/14/p8smt9-3.webp)

## 性能测试

我测试了`300GB+`的数据，`minio`和`rustfs`之前互相传

机器为腾讯轻量云上海`2c2gswap4g`，使用`docker`部署`nginx`、`minio`和`rustfs`，数据盘1T挂载

使用rclone v1.70.3 debian 13.0 (64 bit) 6.12.41+deb13-amd64 (x86\_64) AMD EPYC 7K62 48-Core Processor

使用命令`rclone sync -P --transfers 3 test:/test txy:/backup2`

`rustfs`出`minio`进

![](https://img.tteam.icu/i/2025/08/14/p73yxe-3.webp)

`minio`出`rustfs`进

![](https://img.tteam.icu/i/2025/08/14/p7zzrg-3.webp)

内存方面相差非常大

## 总结

`rustfs`完全兼容`minio`和`s3`，甚至命令行工具都使用`mc`

性能观察下来还是很不错的
