App
Getting started 🛫️
Installation

import { Callout } from 'nextra/components'

Installation

One-click installation (Linux、macOS)

bash <(curl -s https://raw.githubusercontent.com/ZingerLittleBee/server_bee-backend/main/script/startup.sh)

Docker

docker run -d \
  -v /proc:/proc \
  -v /dev:/dev \
  -v /sys:/sys \
  -v /etc:/etc \
  -v /run/media:/run/media \
  -v /sys/class/net:/sys/class/net \
  -v /usr/lib:/usr/lib \
  --privileged=true \
  --restart unless-stopped \
  --network=host \
  --name=serverbee-web \
  zingerbee/serverbee-web -p 9527

Windows (Desktop)

Github Release (opens in a new tab)

Download the .msi installation package

macOS (Desktop)

Github Release (opens in a new tab)

Download the .dmg installation package

Linux (Desktop)

Github Release (opens in a new tab)

Download the .AppImage installation package

x86 cpu select amd64 suffix, arm cpu select aarch64 suffix