Lets setup our very own locally hosted LLM using the the GTP-OSS! Then we will setup OpenWebUI and NetBird to access it with a familiar interface from anywhere in the world!
Resources:
Getting Started with NetBird:
GPT-OSS on Ollama: https://ollama.com/library/gpt-oss
Ollama on Linux:https://ollama.com/download
OpenWebUI: https://github.com/open-webui/open-we...
Ollama Install and Setup:
curl -fsSL https://ollama.com/install.sh | sh
sudo systemctl edit ollama.service
[Service]
Environment="OLLAMA_HOST=0.0.0.0"
sudo systemctl daemon-reload && sudo systemctl restart ollama
Timestamps:
00:00 - Introduction
01:25 - Ollama Setup
02:00 - Downloading GPT-OSS
04:08 - NetBird Peer Setup
07:44 - OpenWebUI Setup