Video coming soon…

🛠️ Setup ConvertX — Self-Hosted File Converter

Deploy ConvertX on Ubuntu with Docker — a self-hosted web converter supporting over a thousand formats across images, documents, audio, and video, on port 3042.

⚠️ 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 ConvertX on port 3042 with a generated JWT secret; register on first visit.
View on GitHub

Quick Install:

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

Tutorial Steps

1 Download the Script

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

2 Make it Executable

chmod +x convertx-ubuntu.sh

3 Run the Installer

The script installs Docker if needed, generates a JWT_SECRET with openssl, and starts ConvertX on port 3042 with ACCOUNT_REGISTRATION and HTTP_ALLOWED both set to true, data in ./data.

sudo bash convertx-ubuntu.sh

4 Register and Convert

Open ConvertX, register the first account, then upload a file and pick a target format:

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

Ports Used

PortPurpose
3042Web UI (host → container 3000) — JWT_SECRET generated
ACCOUNT_REGISTRATIONtrue — set to false after you register
./dataAccounts and converted files

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