Skip to content

Quick Installation on OVH Servers

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.

OVH

Installation steps

  1. 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 -s -- --no-gui"

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.

  1. 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.


Last update: May 13, 2024

Comments