Video coming soon…

🤖 Setup SillyTavern — Character-Based LLM Frontend

Deploy SillyTavern on Ubuntu with Docker — a powerful frontend for roleplay and character-driven chat with local or cloud LLMs, protected by basic auth, on port 8191.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys SillyTavern on port 8191 with basic auth (user / generated password). Connect your LLM backend.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ai/sillytavern/sillytavern-ubuntu.sh
chmod +x sillytavern-ubuntu.sh
sudo bash sillytavern-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ai/sillytavern/sillytavern-ubuntu.sh

2 Make it Executable

chmod +x sillytavern-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts SillyTavern on port 8191 with basic auth enabled — username user and a generated password — and config, data, and plugins in their own volumes.

sudo bash sillytavern-ubuntu.sh

4 Log In and Connect a Backend

Open SillyTavern, log in as user with the generated password, then connect your LLM backend (a local model or a cloud API):

http://<your-server-ip>:8191

Ports Used

PortPurpose
8191Web UI (host → container 8000) — basic auth user / generated password
./dataCharacters, chats, settings (also ./config, ./plugins)
backendConnect a local or cloud LLM — SillyTavern generates nothing itself

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions