Skip to content

Quick installation on Vultr Servers

Hiddify edited this page Mar 3, 2024 · 9 revisions

flag_of_Iran  فارسی          

Quick installation on Vultr Servers

Complete installation training video

In the video below, all the steps, including proxy installation and domain and subdomain settings, are described in full detail. This video is in Farsi and if you watch the steps you can get by that. We are considering making some English videos for non-Persian people. Till then you can visit this or follow the instructions in this article.

For using Vultr site and services please use VPN Connection if you live in countries with sanctions enforced, otherwise your account will be closed.

vultr

Proxy installation steps

  1. At the operating system selection stage, be sure to select Ubuntu 22.04.

  2. Copy the code below.

#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.  
  1. In the server section, check the Enable Cloud-Init User-Data option and put the copied code in it. After a maximum of 10 to 15 minutes, your proxy will be active.

Group 1

  1. Now you need to set the domain. Click on this link to complete the installation.

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

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

Clone this wiki locally