Skip to main content

Monitor 🩺

The Monitor provides real-time insights into your virtual machine's status πŸ“Š, displaying key data such as system information, resource usage, and traffic statistics. It also offers convenient entry points for basic operations to manage your virtual machine effortlessly πŸš€.

Monitor Screenshot

System Information ℹ️​

Quickly view essential details about your virtual machine:

  • Instance Name: Your virtual machine's identifier
  • Running Status: Real-time operational status 🟒
  • Public IP Address: Connection entry point
  • Region: Geographic location πŸ“
  • Operating System Version: System environment
  • Start Time: Uptime ⏳
  • CPU Cores: Computing power βš™οΈ
  • Memory Capacity: Memory resources
  • Bandwidth Limit: Network speed πŸš„
  • Storage Capacity: Disk space πŸ’Ύ
  • Creation and Expiry Date: Lifecycle πŸ“…

Resource Usage πŸ“ˆβ€‹

Network Traffic πŸŒβ€‹

  • View total traffic usage for the current month.
  • Supports viewing traffic data for the past 24 hours / 3 days / 15 days.
  • Displays traffic trends in a chart πŸ“‰, clearly showing peak values and different traffic levels.

CPU Usage πŸ’»β€‹

  • Shows current CPU usage in real time.
  • Provides CPU usage trend charts for the past 24 hours / 3 days / 15 days to optimize performance.

Memory Usage πŸ§ β€‹

  • Displays current memory usage in real time.
  • Provides memory usage trend charts for the past 24 hours / 3 days / 15 days for easy monitoring.

Disk Usage πŸ’Ώβ€‹

  • Shows current disk usage to keep track of storage status.

Virtual Machine Operations πŸ› οΈβ€‹

Reset User and Password πŸ”‘β€‹

Forgot your virtual machine’s SSH account or password? No problem! Reset them with one click in the Monitor:

  • Reset to Existing Username: Updates only the password, keeping the current user.
  • Reset to New Username: Creates a new user without automatically deleting the old one. For server security, we recommend logging in and manually deleting the old user after resetting.

Commands to View and Delete Users:

# View regular users in the system
getent passwd | awk -F: '$3 >= 1000 && $3 < 65534 {print $1}'

# Delete a user but keep their home directory
sudo userdel username

# Delete a user and remove their home directory
sudo userdel -r username

System Reset πŸ”„β€‹

Reset your system with one click on the Monitor page! ⚠️ Please back up important files in advance to avoid data loss.

Supported Operating Systems:

Browse Support List: Supported Systems

Change IP (Coming Soon) πŸŒβ€‹

Karen will soon support changing your virtual machine’s IP address with one click, automatically assigning a new IP.

Security Group πŸ›‘οΈβ€‹

Learn more: Security Group

Upgrade/Downgrade (Coming Soon) βš™οΈβ€‹

Flexibly adjust your virtual machine’s configuration, with future support for seamless upgrades/downgrades without downtime! Adjustable parameters include:

  • CPU cores
  • Memory size
  • Disk size
  • Network bandwidth
  • Traffic limit

Reset Traffic πŸŒŠβ€‹

For traffic-based billing virtual machines, if your monthly traffic quota is exceeded and speed is throttled, you can reset traffic to restore full speed.

Renewal πŸ’Έβ€‹

Renew your virtual machine directly on the Monitor page to extend its service term.

Remote Connection (In Development) πŸ”Œβ€‹

Coming soon:

  • Web Terminal: Operate directly in your browser
  • VNC: Remote desktop experience