Skip to main content

Installing Open WebUI 5.18 on Ubuntu 24.04

1.

  • Install Ubuntu 24.04. (Note to have sufficient storage for the models)

  • 2.

  • Update the ubuntu system to ensure all are up to date before installig the open-webui

sudo apt update -y && sudo apt upgrade -y

3.

Install node.jsthe andOllama

npm
  1. Download the installation script for Ollama
wget https://ollama.ai/install.sh

2. Make the script executable

sudo chmod +x install.sh