Quick installation on Hetzner Servers
Installation Steps
- First of all, login to your Hetzner account and click on
ADD SERVER
button.
- Now copy the following code
#cloud-config
package_upgrade: true
packages:
- apt-transport-https
- ca-certificates
- curl
- wget
- gnupg-agent
- software-properties-common
- git
- jq
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.
- Put the above code in the place shown in the picture and click on
CREATE & BUY NOW
button.
- After a maximum of 10 to 15 minutes, your server will be ready and the proxy will be active. Copy your IP according to the picture and open it in the browser.
Do not forget to wait at least 10 minutes
- Now we need to set the domain. Click on this link to complete the installation.
For making the best use of this panel please view this article.
Last update:
November 21, 2024