Video coming soon…

🛠️ Setup MicroBin — Tiny Pastebin, File Share, and URL Shortener

Deploy MicroBin on Ubuntu with Docker — a tiny, fast Rust pastebin that also shares files and shortens URLs, from a single self-contained binary, on port 8252.

⚠️ 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 MicroBin on port 8252 with an admin panel and a generated password. It's a single Rust binary — tiny and fast.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/microbin/microbin-ubuntu.sh
chmod +x microbin-ubuntu.sh
./microbin-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/microbin/microbin-ubuntu.sh

2 Make it Executable

chmod +x microbin-ubuntu.sh

3 Run the Installer

./microbin-ubuntu.sh

4 Open MicroBin and the Admin Panel

http://your-server-ip:8252/admin

Ports Used

PortPurpose
8252MicroBin web interface and /admin panel (mapped from container port 8080)

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