Skip to content

How to install different versions of Hiddify Manager

lymanjre edited this page Mar 6, 2024 · 5 revisions

flag_of_Iran  فارسی          

How to install different versions of Hiddify Manager

As you know, Hidify Manager is offered in three versions as follows:

  • Develop version:

This version is a version of the software that is being developed to create the latest features. This version may have bugs, so it is better to install it on test servers.

  • Beta version: This version is a version after the version under development, and in fact it is the version before the final release, in which part of the bugs have been fixed and it has new features.

  • Release version:

This version is actually the final version of the software that was released after the final tests and is the most stable version possible. See this figure for a better understanding.

install versions

Install Release version

  • Before installing, if you have already installed another version of the panel, take a backup of the panel. Read more...
  • Now just run the following one-line command in the terminal.
bash <(curl i.hiddify.com/release)
  • After installation, just restore your backup. Read more...

Install Beta version

  • Before installing, if you have already installed another version of the panel, take a backup of the panel. Read more...
  • Now just run the following one-line command in the terminal.
bash <(curl i.hiddify.com/beta)
  • After installation, just restore your backup. Read more...

Install Develop version

  • Before installing, if you have already installed another version of the panel, take a backup of the panel. Read more...
  • Now just run the following one-line command in the terminal.
bash <(curl i.hiddify.com/dev)
  • After installation, just restore your backup. Read more...

Install the desired version

It is possible to install a specific version. Just follow the instructions below.

bash <(curl i.hiddify.com/vVERSION)

Here, instead of VERSION, you should enter the desired version. Suppose you want to install version 8. Just run the following command.

bash <(curl i.hiddify.com/v8)

This wiki page is moved here. Please find latest updated articles there.

این ویکی به اینجا منتقل شده است. لطفا آخرین آپدیت‌ها و مقاله‌ها را آنجا دنبال کنید.

Clone this wiki locally