Skip to content

how to create my appidsEN

Michael-X-Net edited this page Feb 3, 2023 · 1 revision

Login to Google account

https://www.google.com/ncr

If you do not have an account, you need to register. If the registration fails, you may need to change the registration environment (using a different proxy/VPN, different terminal/browser)

Create AppID

  1. Open https://console.cloud.google.com/start, click Select Project, then click Create Project Create_My_Project_1 Create_My_Project_2
  2. After entering the project name, it will automatically match the available IDs for you, then left-click Create (please read the Description at the bottom of this tutorial carefully) (Note: Do not use names with personal information)

Just click Cancel/Cancel, or use a domestic bank card/credit card, as long as the card with the VISA/Master logo is registered. From April 30, 2020, all appids need to be bound with a card, otherwise the service will be suspended.

Set the App Engine for the AppID

Note: If the graphical interface still cannot be displayed correctly, you can try to use Cloud Shell to complete the settings, refer to [Old Wiki](https://github.com/XX-net/XX-Net/wiki/how-to -create-my-appids/b7e7d1ea13f5d8c578fbe7b1a16240bc4494eb45).

  1. Visit APP Engine Information Center, https://console.cloud.google.com/appengine/start?project=your project id

  2. Choose a language - Python

  3. Select the region, the default is us-central (you can click the Japanese server in some regions, if you can’t see the map, please choose the global agent or change the ladder)

  4. Wait for the initialization configuration to be completed in the background, and then open XX-Net to start the [deployment server operation](https://github.com/XX -net/XX-Net/wiki/how-to-create-my-appids#%E9%83%A8%E7%BD%B2%E6%9C%8D%E5%8A%A1%E7%AB%AF) https://raw.githubusercontent.com/Alvin9999/PAC/master/appid6.png

Deploy the server

XX-net update does not need to redeploy the server, unless the XX-Net upgrade instructions mention "upgrade server function code"

Currently GAE requires gcloud to be deployed, please refer to How to deploy GAE-APPID

Configure AppID

  1. After the deployment is complete, switch to Configuration, enter the deployed AppID, and then left-click Save 5-Config.png
  2. Switch to Status to confirm the status 6-status.jpg

How to judge the success of appid deployment:

Assuming your appid is myid

Use a browser to access myid.appspot.com through the GAE_Proxy proxy, if it appears

The GoAgent server has been upgraded to version 3.3.1 on xxxxxxx, please update your client.

Such a word means that the deployment is successful, otherwise it needs to be redeployed.

illustrate

  1. Each AppID has 1G traffic per day, and generally each Google account has a maximum of 12 AppIDs
  2. AppID is deployed once and can be used on multiple terminals. You can also share the appid with friends who cannot register for gmail.
  3. The number of AppIDs only affects traffic, not speed
  4. Do not include personal information in the AppID name, because the target website can see your AppID when using GAE proxy
  5. The AppID can be deleted. After confirming the deletion, you need to stop accessing and using the AppID. After a period of time (usually a week), the AppID will be actually deleted and the amount it occupies will be vacated.
Clone this wiki locally