Skip to main content
Version: Next

Quick Setup

This guide will walk you through the quickest way to install AIBooster and access the dashboard.

Checking Prerequisites

Make sure you meet these three requirements:

  • Ubuntu 22.04 or later is installed
  • Docker is installed (check with docker --version)
  • Administrator privileges (sudo) are available

💡 Tip: If Docker is not installed, you can easily install it with:

curl -fsSL https://get.docker.com | sh

Running the Installation

Run the following command in your terminal:

curl -sLO assets.aibooster.fixstars.com/faibup.sh && sh faibup.sh

The setup will complete by answering configuration questions in the terminal. This single-node configuration

faibup

Accessing the Dashboard

  1. Open http://localhost:3000 in your browser
  2. Log in with username: admin, password: admin
  3. You'll be prompted to change the password - set a new password

Grafana Login

info

This setup is a minimal configuration for evaluation and development environments. For production environments, follow the detailed configuration guide for proper installation and security settings.