-
-
Notifications
You must be signed in to change notification settings - Fork 734
Quick installation on Vultr Servers
Hiddify edited this page Mar 3, 2024
·
9 revisions
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.
-
At the operating system selection stage, be sure to select Ubuntu 22.04.
-
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.
- 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.
- Now you need to set the domain. Click on this link to complete the installation.