How to deploy Xray nodes in webapp

Deploy Xray nodes on webapp. In the previous container cloud tutorial, I introduced many free containers, such as Koyeb, Doprax, Patr, and Replit. However, after being used by many free users, some of these container clouds have turned to charging, and some have tried every means to limit the speed. In this article today, I will introduce a new container cloud platform - webapp, so that you can deploy Xray nodes on this new platform.

Deploy Xray nodes in webapp

In the previous container cloud tutorial, I introduced many kinds of free containers. For example: Koyeb, Doprax, Patr and Replit. However, after being used by a large number of free users, some of these container clouds have turned to charging, and some have tried every means to limit the speed. In this article today, I will introduce a brand new container cloud platform -, so that everyone can deploy on this new platformnode.

Prepare the Materials

Deployment steps

  1. Open the project repository:https://github.com/Misaka-blog/xray-for-webapp , click "Use this template" → "Create a new repository" button to create a new repository

How to deploy xray node in webapp-1

  1. Enter the name of the library and select Private Library to create a private library.

How to deploy xray node in webapp-2

  1. exist entryport.sh Lines 4-11 modify the project variables

How to deploy xray node in webapp-3

  1. Open the webapp official website: and click "Login" to log in. If you do not have an account, click "Sign up" to register

How to deploy xray node in webapp-4

  1. Choose any login method to log in

How to deploy xray node in webapp-5

  1. Click the "Create a new organization" button to create a new organization

How to deploy xray node in webapp-6

  1. You can choose any one here

How to deploy xray node in webapp-7

  1. Click the "Install on GitHub" button to bind your GitHub account

How to deploy xray node in webapp-8

  1. Select the private library just now

How to deploy xray node in webapp-9

  1. Select Here

How to deploy xray node in webapp-10

  1. Click “Skip this step”

How to deploy xray node in webapp-11

  1. Click the "Start a test run" button to test the project

How to deploy xray node in webapp-12

  1. After the test is successful, click the "Proceed to next step" button

How to deploy xray node in webapp-13

  1. Click the "Skip onboarding" button here

How to deploy xray node in webapp-14

  1. Go to "Deployments" and click the "Deploy a new site" button. Select your own private repository

How to deploy xray node in webapp-15

  1. Select the secondary domain name of the webapp here or use your own custom domain name. The demonstration here is the secondary domain name, then click the "Deploy most recent successful run" button to deploy

How to deploy xray node in webapp-16

  1. When "Running" appears here, it means the deployment is successful.

How to deploy xray node in webapp-17

  1. The node configuration is as follows:

 

PLAINTEXT
 

 

1
2
3
4
5
6
7
8
9
10
11
Protocol: Vmess / Vless / Trojan / Shadowsocks
Address: appname.webapp.io or custom domain name
Port: 443
UUID/Password: The automatically generated or set UUID variable content
Additional ID: 0
Shadowsocks encryption method: chacha20-ietf-poly1305
Transport protocol: ws
Disguised domain name: appname.webapp.io or custom domain name
Path: /vmess (/vless, /trojan, /shadowsocks) or the content of the VMESS_WSPATH (VLESS_WSPATH, TROJAN_WSPATH, SS_WSPATH) variable
Transport security: TLS
Skip certificate verification: true or false

Xray kernel supports WebSocket's 0RTT delay reduction function. You can add the parameter: ?ed=2048 at the end of the path to activate this function.

Deploy vless nodes on magma

In the recent mc server tutorial, I explained how to deploy Node. But generally speaking, for such small platforms that offer free MC servers, they will be snapped up within a day of posting the tutorial. , which is also a free mc server platform. This tutorial will show you how to deploy a vless node on magma.

Prepare the Materials

  • A mailbox (preferably a large mailbox)

Deployment steps

  1. Open the magma official website:https://magmanode.com/ , then click on the upper right corner. If you have an account, click "Login" to log in. If you don't have an account, click "Register" to register

How to deploy xray node in webapp-1

  1. Enter your email address, username and password, then click "Login" to register (can you be more precise and write it as "Register")

How to deploy xray node in webapp-2

  1. Enter your email address and password, and click "Login" to log in.

How to deploy xray node in webapp-3

  1. Click "Service" → "Create Server" in the upper navigation bar, and select "Bedrock" at the bottom.

How to deploy xray node in webapp-4

  1. Select the server type and click the "Free" button.

How to deploy xray node in webapp-5

  1. Enter the server name and click the "Order" button

How to deploy xray node in webapp-6

  1. Click the Manage button

How to deploy xray node in webapp-7

  1. Click the Modify button

How to deploy xray node in webapp-8

  1. Stop the server first, then click the "File Editor" button

How to deploy xray node in webapp-9

  1. Enter your username and password and click "Login" to log in.

How to deploy xray node in webapp-10

  1. Click to enter the server

How to deploy xray node in webapp-11

  1. Go to the "Files" option and copy the original bedrock_server Delete

How to deploy xray node in webapp-12

  1. Create a new file and https://raw.githubusercontent.com/Misaka-blog/mc-hosting-vless/main/bedrock_server Copy all the contents into it. Modify the UUID in line 30, select "Shell" as the file type, click the "Create file" button, enter the name bedrock_server save

How to deploy xray node in webapp-13

  1. Change the file permissions to 777

How to deploy xray node in webapp-14
How to deploy xray node in webapp-15

  1. Go to the "Console" page and click "Start" to start the machine. When you see "Server marked as running...", it means the deployment is successful.

How to deploy xray node in webapp-16

  1. The node configuration is as follows:

 

PLAINTEXT
 

 

1
2
3
4
5
6
7
Protocol: Vless
Address: The assigned domain name
Port: The assigned port
UUID: The set uuid variable content
Transport protocol: ws
Disguised domain name: the assigned domain name
path:/

Xray kernel supports WebSocket's 0RTT delay reduction function. You can add the parameter: ?ed=2048 at the end of the path to activate this function.

  1. Through CF Rules function, put the node into CDN
5/5 - (1 vote)

Leave a Reply

Your email address will not be published. Required fields are marked *