Cloud VPS

Environment Requirements

  • VPS server with internet access

  • System administrator (Root) privileges

  • Ensure wget and unzip commands are installed

    • If not installed, run: sudo apt-get install wget unzip (Ubuntu/Debian systems)

    • Or run: sudo yum install wget unzip (CentOS systems)

Deployment Steps

1. Download and Extract Installation Package

⚠️ Note:

  • Wait for each command to complete before executing the next

  • If you see "Permission denied", add sudo before the command

  • Ensure each command executes successfully before proceeding

2. Get Key

3. Start Service

Common Issues

Error: "command not found"
  • Verify you are running commands in the correct directory

  • Use the ls command to check files in the current directory

  • Ensure filenames are entered correctly, paying attention to case sensitivity

Error: "Permission denied"
  • Add sudo before the command, for example: sudo ./agent ...

  • The system will ask for your password, this is normal

  • When entering the password, characters won't be displayed - just type it and press Enter

Network errors
  • Check if your computer is connected to the network

  • Try accessing other websites to confirm network connectivity

  • If using a proxy, verify your proxy settings

Wrong key
  • Check if the key was copied completely

  • Verify there are no extra spaces in the key

Last updated