What's new

Tutorial VMESS V2ray using Heroku (Github Repository)

xerki

Eternal Poster
Established
Joined
Apr 2, 2013
Posts
709
Reaction
1,192
Points
317
Age
34
USE MODERATELY
HUWAG ABUSUHIN

WHAT YOU NEED:

  • Heroku account
  • Cloudflare account (domain is not needed)
  • v2ray Software like v2ray/Qv2ray
  • Pag-intindi.

1. Create your own free heroku account - You do not have permission to view the full content of this post. Log in or register now.
- Fill out the signup form. kahit ano na lang ilagay nyo dyan, ang importante dyan ay ang email na gagamitin nyo.
heroku only accept secured email like gmail/yahoo. have tried using temporary email, only works on You do not have permission to view the full content of this post. Log in or register now. using (mac-24.com) email domain.
- check email and verify heroku account, then DONE.

2. v2ray app from Github - You do not have permission to view the full content of this post. Log in or register now.
SCROLL DOWN nyo lang then pakihanap at iclick si "Deploy to Heroku"
heroku.png


3. You will be redirected to heroku app builder.
Dito natin gagawin si V2ray server.
heroku2.png

fill out "app name" kahit ano ilagay nyo
Choose region: US and EU lang available sa heroku.
I recommend use U.S. dahil mas mabilis.
COPY the UUID sa notepad. kailangan natin yan para sa pag set-up sa v2ray software.

DEPLOY APP. WAIT for the app to be built
after that ito na po ang lilitaw:
heroku3.png

click "Manage App"
then you will be redirected to a new window:
heroku4.png


click "Open app"
after that mareredirect kayo sa sarili ninyong address:
heroku5.jpg

Copy the address to notepad. ex. xerki.herokuapp.com
yan ang magiging v2ray server address natin.


4. CLOUDFLARE NAMAN TAYO
Sign-up - You do not have permission to view the full content of this post. Log in or register now.
you can use temporary email like mailpoof.com, much better kung gmail/yahoo.
ALAM NYO NA KUNG PAANO MAG SIGN-UP.

From cloudflare dashboard, go to the Workers section:
heroku6.jpg

Kailangan natin si Cloudflare Workers para gumana si heroku server
heroku7.jpg

now click "Create a Worker
Format the old script then paste the heroku script provided.

Code:
addEventListener(
    "fetch",event => {
        let url=new URL(event.request.url);
        url.hostname="heroku address nyo";
        let request=new Request(url,event.request);
        event. respondWith(
            fetch(request)
        )
    }
)
[/CODE]
Follow instruction:
herokkukuk.png

Sa mga gagawa using android o nahihirapan sa pag copy/paste ng script sa cloudflare
eto solution . credits kay Joshua Tapanan : https://phcorner.net/threads/heroku-com-script-editing-resolve.1055589/

COPY THE LINK PROVIDED. (this will be your working v2ray server)
from xerki.herokuapp.com (not working)
now converted to phcxerki.xerki.workers.dev (working)
heroku9.jpg

then we can confirm and make our heroku server working.
click SAVE AND DEPLOY.

everything is set. we can now create vmess account on v2ray apps.
what you need:
1. working v2ray server which is "phcxerki.xerki.workers.dev"
2. UUID from heroku: ad806487-2d26-4636-98b6-ab85cc8521f7 (alter ID is 64)
3. Bughost of your choice, kung anong working sa network nyo

just follow these images, kung nalilito kayo kung saan ilalagay.
don't forget to set security type as TLS
heroku10.jpg

heroku11.jpg


What you can get:
Heroku: 550 hours / month usage (+450 with CC)
Cloudflare: 100,000 workers request per day.
Pang matagalan na ito, gamit ko yung akin 1month na. no problem encountered.

WAG GAMITIN SA MGA PINAGBABAWAL. possible po ang blocking or account deletion sa cloudflare at heroku.
FEEDBACK na lang po kung working, at kung may tanong pa kayo.
 

Attachments

Last edited:
Paano mag palitan ng script
Sa android
 
di ko na try iaccess si cloudflare website sa smartphone
check nyo na lang kung possible mag create ng workers
 
[XX='xerki, c: 969647, m: 80708'][/XX] paano alison ung old script
 
erase nyo lang. editable naman yun.
delete/backspace
select text. delete.
kung anong working sa phone nyo.
 

Similar threads

Back
Top