Skip to content

Linux sandbox3

RedPanda Streaming Hackthon Sandbox Setup for Linux

The instructions are very simple. Incase your setting up a dedicated server VM instance to run RedPanda with Ollama.

Hardware Requirements

Memory 12GB
CPU : 4 cores.
Storage 100GB 
  (Make sure the Storage is using SSD drive, else redpanda  has performance issues.

Operating System

Install Ubuntu Server 24.04 LTS

Installation Script

apt-get -y -qq install curl
clear
bash <(curl -s https://unovie.ai/docs/assets/sandbox3.sh)

starting server

cd /opt/sandbox3
docker-compose up -d
docker-compose ps  # to see the docker containers
docker-compose logs # to see the logs, use -f to follow logs.

Pull Ollama Model

The latest model which is available on ollama is llama3.2

docker exec -it ollama ollama pull llama3.2

Ports Systems is accessable on.

Mail4Dev : Web Interface : Port 5000

WireGuard for VPN : Web Interface : Port 51821

Redpanda Web Interface : Port 8080 username: "john" password: "some-secret-password"

Next Steps.

I guess somethings are yet to be configured..watch this page for updates.