-
-
Notifications
You must be signed in to change notification settings - Fork 743
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.
- 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...
- 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...
- 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...
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)