Skip to main content

Installing Brainiacs

This guide will walk you through the process of installing NEXVECTA Brainiacs in your environment.

System Requirements

Before installing Brainiacs, ensure your system meets the following requirements:

  • Operating System: Linux (Ubuntu 20.04+, CentOS 8+), macOS 11+, or Windows 10/11
  • CPU: 4+ cores recommended
  • Memory: 8GB RAM minimum, 16GB recommended
  • Storage: 20GB available disk space
  • Browser: Chrome, Firefox, Edge (latest versions)

Installation Options

Brainiacs can be installed in several ways:

# Pull the Brainiacs image
docker pull nexvecta/brainiacs:latest

# Run the container
docker run -d -p 8080:8080 --name brainiacs nexvecta/brainiacs:latest

Package Installation

For Ubuntu/Debian:

# Add NEXVECTA repository
curl -s https://packages.nexvecta.com/setup.sh | sudo bash

# Install Brainiacs
sudo apt-get install nexvecta-brainiacs

For CentOS/RHEL:

# Add NEXVECTA repository
curl -s https://packages.nexvecta.com/setup.sh | sudo bash

# Install Brainiacs
sudo yum install nexvecta-brainiacs

Post-Installation

After installation, you can access the Brainiacs dashboard at:

http://localhost:8080

The default credentials are:

  • Username: admin
  • Password: admin

Important: Be sure to change the default password immediately after your first login.

Next Steps

Now that you have installed Brainiacs, check out our Quick Start Guide to begin setting up your first project.