- AutoRAY is a python program that connects to the Telegram API and helps you scrape V2ray configurations and pack them into a subscription (Flask Route/HTTP Response)
- Clients like V2rayNG and Hiddify let you add subscriptions, This way you can provide the v2ray configs to your client without the need to leave the app.
- AutoRAY saves a ton of time by doing the "finding the configs" process automatically.
- You have two options, use the community servers OR self-host your own Autoray server
- You can find community links and server in autoray-community-servers
- Run the following command to download the
dashboard.py
file
This script will help you install AutoRAYwget https://github.com/iWebbIO/AUTORAY/releases/download/v2.0.1-STABLE/dashboard.py
sudo apt update && sudo apt upgrade -y && sudo apt install python3 python3-pip
- To install AutoRAY you have to Run the
dashboard.py
script - Make sure you are in the dorectory where you downloaded the fle before running this command
python3 dashboard.py
- Change your directory to the location that you installed AutoRAY and locate the
Settings
folder - Insert your Telegram channel IDs in the
channels
file with the following format:CHANNEL_NAME NUMBER_OF_CONFIGS
for example:somev2raycahannel 10
and seperate them with newlines - Insert your API Access keys in the
keys
file and seperate them with new files To setup Discord webhooks and log activity on your AutoRAY server visit How to connect AutoRAY to a Discord Webhook
- After the installation is complete and the settings are configured, Run the
AutoRAYhandler.py
file by runningpython3 AutoRAYhandler.py
- to connect to your AutoRAY server, simply use the template below:
http://ServerIP:Port/connect?key=YOURKEY
ServerIP
: Replace with the IP of your serverPort
: Replace with your server's port (Default: 2873)YOURKEY
: One of the Api Access keys that you inserted into the/Settings/keys
file
For example i have a server that has an IPv4 address (123.456.789.123)
and i Run the Autoray server on it and i put a key named free
in the keys file
This would be the URL i'd have to connect to:
http:123.456.789.123:2873/connect?key=FREE
Remember that the program is case-sensitive and when you choose a key like hGhKsoiU
you'll have to put the exact same thing when connecting to your server