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
Accessing the Dashboard
- Open
http://localhost:3000
in your browser - Log in with username:
admin
, password:admin
- You'll be prompted to change the password - set a new password
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.