Game Panel overview

A guided tour of every page you'll touch when running a PulsarServers server. By the end you'll know exactly where to find the console, files, backups, schedules and access control.

Game Panel Last updated May 19, 2026 ~6 min read

Signing in

The Game Panel lives at panel.pulsarservers.com. Use the credentials from your welcome email — these are separate from your billing account, so write them down or use a password manager.

Billing vs Game Panel

The billing area handles invoices, upgrades and cancellations. The Game Panel is where you actually run the server. Two logins, two passwords — don't mix them up.

The server list

Right after sign-in you'll see every server you have access to — including any servers you've been added to as a subuser. Each entry shows:

Dashboard

Opening a server lands you on its dashboard — the only page you'll need 95% of the time. Three things to know:

Power controls

The top-right has four buttons:

Console

The big black panel is your live server console. You can:

console
> op Steve
[Server] Made Steve a server operator

> say Server restarting in 1 minute
[Server] [Server] Server restarting in 1 minute

Resource graphs

Below the console you'll find live charts for CPU, RAM, disk and network. If your RAM bar stays glued at 100%, that's your signal to upgrade or optimise — see the Lag & TPS drops guide.

Files

The Files tab is a full file manager — upload, edit, rename, download, mass-delete, archive into a .zip, the works. Most things you'll do here:

For details — including SFTP for large uploads — see File manager & SFTP.

Backups

The Backups tab manages snapshots of your entire server. You can:

Always back up before big changes

Updating a modpack, swapping versions, importing a world? Hit Create backup first. Restoring takes 10 seconds; rebuilding hours of work doesn't.

Schedules

Schedules let you automate anything you'd otherwise type into the console. A schedule has a cron expression (when to fire) and one or more tasks (what to do). Examples:

cron
Schedule: Nightly restart
Cron:     0 4 * * *           (every day at 04:00)
Tasks:
  1. Send command: say Restart in 60 seconds!
  2. Wait 60 seconds
  3. Power action: restart

Network

Your server can have multiple ports — useful for things like Geyser (Bedrock support), Voice chat plugins, or running a Velocity proxy. The Network tab lets you add additional allocations and pick a primary port.

Subusers

Want a moderator to use the console without sharing your password? Add them as a subuser — they get their own login, scoped to only the permissions you grant. See Subusers & permissions for the full breakdown.

Settings

Mostly cosmetic but worth a look:

Reinstall is destructive

Reinstalling wipes the entire / directory. Always download a backup beforehand if you might want any of those files later.