Pterodactyl explained for players who just want to admin their own server
Pterodactyl explained for players who just want to admin their own server
You signed up for game hosting. The host emailed you a link to their "panel." You click it and see a thing that looks like a website with a Pterodactyl logo. You're now in Pterodactyl. What is it?
This article explains, for people who just want to admin their server, not for sysadmins.
What Pterodactyl is
Pterodactyl is a web panel for managing game servers. It's the dashboard most paid game hosts use these days. When you log in, you see your servers as cards or rows. You can start them, stop them, edit files, view logs, run console commands.
It's not the game server. The game server is the actual program running your Minecraft / Valheim / whatever. Pterodactyl is the control panel that lets you manage it.
The panel is the dashboard. The game server is the engine. Pterodactyl drives, monitors, and configures — but the actual gameplay happens in the game server software it's pointing at.
What Pterodactyl is NOT
- It's not the game.
- It's not Minecraft / Valheim / Vintage Story.
- It's not the world file or any save data.
- It's not unique to one host. Many hosts use it. Your host's panel might look like Pterodactyl with their custom branding.
How it all fits together
What you can do in Pterodactyl
The common tasks:
Start, stop, restart
Big buttons. The most common action.
- Start: boots the server.
- Stop: graceful shutdown. Saves the world. Closes connections.
- Restart: stop, then start.
- Kill: forces the process to die. Use only if Stop hangs. Risk of data corruption.
View the console
A live feed of what the server is saying. Useful for:
- Watching boot for errors.
- Seeing what's happening during play.
- Running admin commands directly.
You can type commands here. Whatever you type goes to the server's standard input.
File manager
Browse the server's files. Edit configs. Upload mods. Download backups.
This is one of the most-used Pterodactyl features. You can do most admin tasks through here without ever using SFTP.
Schedule
Pterodactyl can run tasks on a schedule:
- Daily restart.
- Hourly backup.
- "Send a message at 8 PM saying 'Server restart in 10 minutes.'"
Powerful. Most admins use scheduled restarts.
Database
For plugins that use MySQL/MariaDB, you can create databases here. Optional.
Backups
Pterodactyl can take and restore backups of your server. Standard feature. Most hosts allow some number of backups; more cost extra.
Network
Configure ports and allocations. Usually set by the host; you rarely need to touch.
Startup
The command Pterodactyl runs to launch the game server. RAM allocation, server jar selection, etc.
Users
Add other users to your server with specific permissions. Useful for delegating to staff.
Activity log
Audit log of what's been done in the panel.
Common Pterodactyl tasks
| You want to... | Do this |
|---|---|
| Start the server | Click the green Start button. Watch the console. |
| Install a plugin | Stop server → Files → plugins/ → Upload → Start |
| Change a config | Files → click file → edit in browser → save → restart |
| Get your world | Files → world/ → right-click → Download (zip first if large) |
| See what's wrong | Console at the time of issue, or Files → logs/latest.log |
| Let a friend admin | Users → Add User → enter email and pick permissions |
How Pterodactyl works under the hood
Optional understanding:
- Pterodactyl runs as a website (usually
panel.yourhost.com). - It connects to "Wings" daemon processes on each game-hosting machine.
- When you click Start, the panel tells Wings to start your container.
- Each game server runs in a Docker container, isolated from others.
You don't need to know any of this to use it. But if you ever talk to your host's support, knowing the words helps.
Pterodactyl in 2026
Pterodactyl is open-source, mature, and widely deployed. As of 2026, there's an established fork called Pelican, started by former Pterodactyl contributors; many hosts run it instead. The user-facing experience is similar. Pterodactyl's panel development pace has slowed since the Pelican fork emerged, which is worth knowing when picking a stack.
If you see a panel that looks like Pterodactyl but is "Pelican," it works the same way.
When Pterodactyl is not enough
Some things require going beyond the panel:
SSH access. Some hosts provide SSH for advanced users. Lets you run commands directly on the host machine, not just inside the game container.
Database server access. Most plugin databases are reachable via panel-provided credentials, but more advanced queries require a real database client.
Custom installations. Pterodactyl uses "eggs" (templates) for known game types. Running something obscure may require a custom egg or a host that supports it.
For 99 percent of community admins, the panel is enough.
A note on security
Your Pterodactyl panel login is the keys to your server. Treat it accordingly:
- Strong password.
- Two-factor authentication if the host supports it (most do).
- Don't share credentials. Use the "Users" feature to grant access instead.
- Log out when done.
If your account is compromised, attackers can delete your server, wipe your world, change configs. Reset your password if you suspect anything.
Frequently confused things
Panel ≠ server. The panel is alive even when your game server is stopped.
Stopping the server ≠ canceling the plan. Stop just turns it off. The plan still bills you.
Files in the panel ≠ files on a real disk you own. If your host disappears, the panel and the files go with them. Always back up off-host.
Pterodactyl ≠ Minecraft. Minecraft is the game. Pterodactyl is the panel. Sometimes hosts use this terminology loosely.
Conclusion
Pterodactyl is the dashboard for your rented game server. Most admin tasks happen through it: start, stop, view console, edit files, set up backups, view logs.
You don't need to be a sysadmin to use it. The interface is mostly intuitive once you've poked around a few times. If you've ever used a website with a "Files" view (like Dropbox or Google Drive), the file manager is similar.
When in doubt, click around safely. The big destructive buttons (Delete, Reinstall) are clearly marked and require confirmation. The console and files are safe to explore.
Hosting your game server with AndroHost means we handle most of what's in this post for you automatically: tier sizing, SRV records, off-site backups, DDoS protection.
Keep reading
Valheim dedicated server vs in-game hosting, when to switch
Valheim's "host a game in-game" feature is convenient. It's also the source of a lot of group frustration after about three weeks. This article explains when in-game hosting is the right choice, when to migrate to a dedicated server, and...
CDNs, why a website "near you" exists
You load a major website. It feels instant. The company that owns it might be on another continent. By all physics, this shouldn't be possible: light takes ~70ms to cross the Atlantic. So how do these sites feel so fast?
HTTPS and TLS, what the padlock actually proves
The padlock icon in your browser is famous. It's also widely misunderstood. People think it means "this site is safe" or "this site is legitimate." Both are wrong.