Do following steps:
-
Apply a student account of Azure, with
@*.edu
email: -
Start to create a B1S (Linux) server via this page:
- https://portal.azure.com/#view/Microsoft_Azure_Billing/FreeServicesBlade
- Must use this entrance. Create with default method would cost money.
-
Config the server and create:
- Use username and password. (Easy to login.)
-
Wait for the server creation completed, then login in local console:
ssh <username>@<public_ip>
-
Install x-ui:
sudo su bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
- This would setup x-ui admin, password and login port.
-
Go to azure b1s server info page, and select
Network
:- Allow specified ports, which are used by x-ui login and network traffic forward.
-
Visit
<public_ip>:<login_port>
in browser.- Add device ID and related port in the x-ui inbounds page.
- Then see this link to config the vmess: