Skip to content

Online Installation

1.1 Prerequisites

  • Docker version 20.10.0 or higher
  • Docker Compose version 2.0.0 or higher

1.2 Installation Steps

# Download the installation script
curl -fsSL https://kubackup.cn/quick_start.sh -o quick_start.sh

# Execute the installation script
bash quick_start.sh

After the installation is complete, you can access the system through the browser: http://your-server-ip:8080

Default login credentials: - Username: admin - Password: admin

2. Manual Installation

2.1 Prerequisites

  • Linux operating system
  • Docker version 20.10.0 or higher
  • Docker Compose version 2.0.0 or higher

2.2 Installation Steps

# Create installation directory
mkdir -p /opt/kubackup

# Download docker-compose.yml
curl -fsSL https://kubackup.cn/latest -o /opt/kubackup/docker-compose.yml

# Start the service
cd /opt/kubackup && docker-compose up -d

After the installation is complete, you can access the system through the browser: http://your-server-ip:8080

Default login credentials: - Username: admin - Password: admin