-
-
Notifications
You must be signed in to change notification settings - Fork 743
Quick Installation on OVH Servers
Hiddify edited this page Mar 3, 2024
·
11 revisions
In the video below, all the steps are described. This video is in Farsi and if you watch the steps you can handle it. We are considering making some English videos for non-Persian people. Till then you can visit this video or follow the instructions in this article.
- copy the following code:
#cloud-config
package_upgrade: true
packages:
- apt-transport-https
- ca-certificates
- curl
- wget
- gnupg-agent
- software-properties-common
- git
runcmd:
- cd /opt
- bash -c "export CREATE_EASYSETUP_LINK='true';curl i.hiddify.com/release|bash"
final_message: "The system is finally up, after $UPTIME seconds"
output: { all: "| tee -a /root/cloud-init-output.log" }
# you can see the generated link from the website by using https://yourip.sslip.io/hiddify in one hour, after that, it will be disappear.
Do not forget to wait at least 10 minutes.
- Now we need to setup the domain and finalize the installation. (visit this article)
For making the best use of this panel please view this article.