Skip to content

Quick installation on Hetzner Servers

lumanjre edited this page Mar 30, 2023 · 10 revisions

Quick installation on Hetzner Servers

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.

Hetzner

Installation Steps

  • First of all, login to your Hetzner account and click on ADD SERVER button.

206861285-58832cec-a2a3-441e-91d4-8300d16584d6

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

206861304-656682b4-17a3-44c1-89f9-7b0d89566728

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

206861323-1de41700-6ce4-403a-a644-0836e2a22876

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.

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

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

Clone this wiki locally