zeabur-server-list

List, inspect, reboot, and SSH into Zeabur dedicated servers via the Zeabur CLI.

40|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-server-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeabur-server-list
Source: https://github.com/zeabur/zeabur-claude-plugin/tree/main/skills/zeabur-server-list
Command: npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-server-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to view, manage, and interact with your dedicated servers, providing essential information and control over your infrastructure.

Core Features & Use Cases

  • List Servers: View all your dedicated servers with their ID, name, IP, provider, location, and status.
  • Get Server Details: Retrieve in-depth information about a specific server, including resource usage and creation time.
  • Reboot Server: Restart a specific server.
  • SSH into Server: Connect to a server via SSH.
  • Use Case: You need to check the IP address of your development server to SSH into it and deploy a new build.

Quick Start

Use the zeabur-server-list skill to list all your servers.

Frequently Asked Questions about zeabur-server-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list my dedicated servers and check their IP addresses?

To list dedicated servers, the skill queries your Zeabur infrastructure via the CLI to retrieve server IDs, names, IP addresses, provider locations, and current status. This provides the IP address needed for connectivity or status checks.

How do I SSH into a specific dedicated server managed by Zeabur?

To SSH into a dedicated server, you first retrieve the server's IP address using the list or details function, then establish a direct SSH connection. The skill invokes the Zeabur CLI via npx to facilitate this remote server access.

Can I reboot my dedicated server remotely?

Yes, you can reboot a dedicated server remotely. The skill sends a reboot command to the specified Zeabur infrastructure, restarting the server directly through the CLI without requiring manual provider console access.

Do I need the Zeabur CLI installed to manage my servers?

Yes, the Zeabur CLI is required to manage dedicated servers. The skill invokes all infrastructure management operations, such as retrieving details and rebooting, by executing npx commands, which necessitates the CLI environment.

What specific details can I retrieve about a dedicated server?

You can retrieve in-depth information about a specific dedicated server, including its resource usage and creation time. The skill fetches these server details alongside the ID, name, IP, provider, and location data.