Quick RustFS Installation on Linux
1. Pre-Installation Reading
This page contains complete documentation and instructions for all three installation modes of RustFS. Among them, the multi-machine multi-disk mode includes enterprise-grade performance, security, and scalability. It also provides architecture diagrams needed for production workloads. Please read before installation, our startup modes and checklists are as follows:
Please clarify your three installation startup modes:
Pre-Installation Check, ensure all indicators meet production guidance characteristics. If production standards are not needed, this guidance can be skipped;
2. Quick Installation
Using the quick installation script implements SNSD (Single Node Single Disk) mode quick installation. The script is as follows:
curl -O https://rustfs.com/install_rustfs.sh && bash install_rustfs.sh
Notes:
- Default installation port is
9000
; - Default installation path is
/data/rustfs0
. If you have independent disks, please mount them in advance; - Please install
unzip
in advance to ensure RustFS zip installation package can be extracted normally.
The GitHub address for quick installation is: https://github.com/rustfs/rustfs.com/blob/main/public/install_rustfs.sh
3. Other Important Notes
- Please check if firewall is enabled;
- Please ensure NTP time server consistency;
- Please determine current disk capacity and disk planning;
- Please confirm operating system kernel version to support IO-Uring;
- Please check SELinux.