一键导入
pterodactyl-specialist
Pterodactyl Specialist, providing detailed, step-by-step instructions on server management, consoles, files, databases, bots, and APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pterodactyl Specialist, providing detailed, step-by-step instructions on server management, consoles, files, databases, bots, and APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pterodactyl-specialist |
| description | Pterodactyl Specialist, providing detailed, step-by-step instructions on server management, consoles, files, databases, bots, and APIs. |
Pterodactyl is the most widely used server management panel in the market (used by approximately 95% of hosting companies). This guide consolidates all the knowledge required to operate everything from game servers to Bot and API instances.
The home screen (Console/Home) is your "instrument panel." Here, you monitor your machine's health in real-time:
| Element | Description |
|---|---|
| Server Status | Name, Icon, and your machine's static IP. |
| CPU (Processing) | Real-time usage and total limit (e.g., 100% = 1 core). |
| Memory (RAM) | Current consumption vs. total allocated. |
| Disk (Storage) | Space occupied by your project's files. |
| Network | Data upload and download speeds. |
| Uptime | Total time the server has been running without interruption. |
The Console is the heart of interaction. It shows real-time logs and allows execution of commands (functions like CMD or Terminal on your PC).
The Files tab contains your server's entire structure.
.zip, .tar.gz, or .rar files directly on the server.For large transfers, use the SFTP address provided in settings:
2022), Username, and the same panel password.Used to store persistent data (such as rank systems, economy, or logs).
New Database.config.js or .env to connect your bot to the database.node_modules).An audit log that records who did what and when. Essential for monitoring changes made by sub-users.
Allows granting access to collaborators without sharing your main password.
Pterodactyl is excellent for running modern applications using this workflow:
node_modules folder before compressing into .zip (for faster upload)..zip via the Files tab.Unarchive and move files to the root if they are inside a subfolder.npm start or node index.js.If it is a Web API, your application must listen on the exact port provided by the host (displayed in the Console). Example: app.listen(process.env.PORT || 4000).
Some hosts offer "One-Click Install" for popular bots (Baileys, Web JS).
Linked Devices > Link with phone number and enter the code displayed in the panel.Keep your server light by configuring daily restarts:
0 0 * * * for midnight).Send Power Action.Restart Server. This clears the cache and prevents slowdowns.Think of Pterodactyl as an Airplane Cockpit: