Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Setup with AWS EC2


Running in AWS#

We provide a Blocklet Server AMI image to quickly run a server based on our AMI image when creating EC2.

Step 1: Find Blocklet Server AMI#

  1. Open the Amazon EC2 console page at https://console.aws.amazon.com/ec2/
  2. Select the Images -> AMI page in the sidebar
  3. Select Public Mirror in the filter criteria
  4. Enter Blocklet Server to search
  5. Select the latest version of the mirror, the latest version is blocklet-server-1.8.26 as shown below:
    select ami

!!!Note: Do not select the blocklet-server-bare-xxx image

  1. Click on "Launch instance from AMI"

Step 2: Set up security groups and other basic information#

  1. Fill in the instance name
  2. Select the instance type, the minimum memory requirement for Blocklet Server is 1G
  3. Select the secret key pair
  4. Configure the network security group, Blocklet Server requires open ports 80 and 443
  5. Configure storage, the recommended minimum storage is 20G
  6. Other configurations can be set according to the actual situation
  7. Click "Launch Instance", wait for the instance to start successfully

Step 3: Access the server via IP Echo address#

EC2 instances can be accessed through their public IP Echo addresses after they are started. For example, if the public IP is 192.168.0.10, then the IP Echo address is https://192-168-0-10.ip.abtnet.io/.

你获得 0 积分