Skip to content

multi-user anti-filtering panel, with an effortless installation and supporting more than 20 protocols to circumvent filtering plus the telegram proxy.

License

Notifications You must be signed in to change notification settings

davidezadi/hiddify-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Installation Guide          User Interface          FAQs          Report Bugs        Telegram Channel


Introduction

Hiddify multi-user anti-filtering panel, with an effortless installation and supporting more than 20 protocols to circumvent filtering plus the telegram proxy. It is a X-UI replacement.

Supported protocols
Supported Configs Supported Configs
Telegram Proxy vless+xtls
Web Socket (cdn support):
- vless+tls+ws
- trojan+tls+ws
- vmess+tls+ws
h2+tls:
- vless+tls
- trojan+tls
- vmess+tls
grpc+tls:
- vless+grpc+tls
- trojan+grpc+tls
- vmess+grpc+tls
http1.1+tls:
- trojan+tls
- vmess+tls
old configs:
- trojango (cdn support)
- v2ray+ws (cdn support)
- vmess (cdn support)
- ss+faketls
HTTP
-unsafe, default is disable
- vless
-vmess
Smart proxy for non-Iranian and filtered sites

You can connect to the internet in 3 modes using Clash client and Hiddify panel.

  1. This method only circumvents the filtered websites via the anti-filter.
  2. This method circumvents all websites except for the Iranian websites, and they can be opened without ant-filter (recommended)
  3. This method circumvents all websites.

At the same time, the proposed solution is resistant to detection by the internet filtering entities and prevents the usual attacks on the server i.e., the possibility of detection is minimal, however, do not forget to disable other ports except 22, 80 and 443.

Other features
Supported operating systems Hiddify has been tested on Ubuntu 20.04 and 22.04. Ubuntu arm64 or amd64
Speed test

In this way, you can check the speed of the server with and without anti-filter.

image

DNS over HTTPS (CDN support)

To use DNS over HTTPS, just use the following DNS in the browser.

https://yourdomain.com/yoursecret/dns/dns-query{?dns}

Redirector (CDN support) When you want to share Telegram proxy or Shadowsocks proxy through other programs, it is possible to redirect with CDN support. For example, if you put the Shadowsocks configuration instead of "fullURL", clicking on this link will open Shadowsocks app and activate the proxy on it. For example: `https://yourdomain.com/yoursecret/redirect/fullURL`

Replace "fullURL" by the Shadowsocks configuration.

https://yourdomain.com/yoursecret/redirect/ss://secret/

Installation Guide

Quick and easy installation guide with no technical knowledge and ssh required
Installation guide on pre-prepared Ubuntu server with ssh
Code for cloud-init On some server provider websites, you can automatically install the proxy using the following script. For example, see [Hetzner]

(https://github.com/hiddify/hiddify-config/wiki/Hetzner-%D9%86%D8%B5%D8%A8-%D8%AE%DB%8C%D9%84%DB%8C-%D8%B3%D8%B1%DB%8C%D8%B9-%D8%AF%D8%B1-%D9%87%D8%AA%D8%B2%D9%86%D8%B1) and OVH

And from https://yourip.sslip.ioor http://yourip you can see the link of the user page, just put your IP instead of "yourip"

Note that this temporary link will only be active for one hour, after which it will be deactivated.

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

User Interface

  • For users Hiddify User Page

  • For admin Hiddify Admin page


Donation and support      از ما حمایت کنید

The easiest way to support us is to click on the star (⭐) at the top of GitHub page.

ساده‌ترین راه حمایت از ما کلیک کردن روی ستاره (⭐) بالای صفحه گیتهاب است.

We also need financial support for our services (all of our activities are done voluntarily and the financial support will be spent on the development of the project).
ما برای سرویس هایمان به کمک مالی هم نیاز داریم (تمامی فعالیت‌های ما به صورت داوطلبانه انجام می‌شود و حمایت‌های مالی صرف توسعه پروژه می‌شود).

Collaborate with us      با ما همکاری کنید

We need your collaboration in order to develop this project. If you are specialists in these areas, please do not hesitate to contact us:

اگر در هر یک از زمینه‌های زیر توانایی دارید، با ما در تماس باشید:

  • Media production      تولید محتوا
  • Python developing      برنامه‌نویسی پایتون
  • Kotlin developing      برنامه‌نویسی کاتلین

Contact us      راه‌های ارتباط با ما

About

multi-user anti-filtering panel, with an effortless installation and supporting more than 20 protocols to circumvent filtering plus the telegram proxy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 45.0%
  • JavaScript 27.4%
  • HCL 11.1%
  • HTML 6.7%
  • Python 4.5%
  • CSS 4.4%
  • Other 0.9%