Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/ai/litellm/litellm-ubuntu.sh
chmod +x litellm-ubuntu.sh
sudo bash litellm-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/ai/litellm/litellm-ubuntu.sh
2 Make it Executable
chmod +x litellm-ubuntu.sh
3 Run the Installer
sudo bash litellm-ubuntu.sh
4 Access the Web UI
curl http://:4000/v1/models \
-H "Authorization: Bearer sk-YOUR-MASTER-KEY"
Ports Used
| Port | Purpose |
|---|---|
| 4000 | LiteLLM API + admin UI |
| 5432 | PostgreSQL (internal, optional for key management) |
