-
-
Notifications
You must be signed in to change notification settings - Fork 743
Quick installation on Hetzner Servers
lumanjre edited this page Mar 30, 2023
·
10 revisions
In the video below, all the steps are described in full detail. This video is in Farsi and if you watch the steps you can handle that. Although We are considering making some English videos for non-Persian people, till then you can visit this or follow the instructions in this article.
- 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
runcmd:
- cd /opt
- git clone https://github.com/hiddify/hiddify-config/
- cd hiddify-config
- bash install.sh
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 http://yourip/ or https://yourip.sslip.io in one hour, after that, it will be disapear.
- Put the above code in the place shown in the picture and click on
CREATE & BUY NOW
button.
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.