hiddify.com/docs/manager/installation-and-setup/Install-Hiddify-using-Docker.md
global 2db814702f
Some checks are pending
ci / deploy (push) Waiting to run
Initial commit
2025-03-05 18:05:33 +03:00

1.0 KiB

title weight
Installing HiddifyManager using Docker -40

Installing HiddifyManager using Docker

An alternative to direct installation on the server is using the Docker version.

In this version, everything is done automatically. There's no need to install Docker manually, as the script will handle that for you.

To proceed, simply run the following commands:

  • Stable version:
bash <(curl https://i.hiddify.com/docker/latest)
  • Beta version:
bash <(curl https://i.hiddify.com/docker/beta)
  • Development version:
bash <(curl https://i.hiddify.com/docker/dev)
  • Specific version:
bash <(curl https://i.hiddify.com/docker/v10.80.0)

Please note that Docker support is still experimental and may have some issues. If you encounter any, kindly let us know in the comments.

Finally, you need to configure the domain. Click on this link to finalize the installation.