Skip to content

Run with Docker

Create instance

It’s recommended to create instances with Docker preinstalled for ease of operation. You can use the smallest instance size, but choose the closest data center location to you.

🚀 Start with DigitalOcean’s 1-click docker image

📡 Remote access DigitalOcean droplets over SSH

📑 Use DigitalOcean’s getting started guide for reference


Run Checks

If you’re using an existing homelab or cloud server with other services running on it, or even on a new system with preinstalled software packages—validate that it meets the requirements to run xplex :

  1. Verify superuser access
  2. Ensure Docker is installed
  3. Look out for conflicting nginx
  4. Confirm required ports are free
  5. Set firewall rules to open the ports

Run Container

Run the xplex container
docker run -d --name xplex -p 80:80 -p 1935:1935 xplex/xplex

Open a browser & access your xplexHQ dashboard at http://<hostname-or-IP>/

That’s it… you now have a running xplex instance, which is ready for the post-installation setup.

🎉🎉🎉