Plex Host Docs

Power Controls

Control your server's power state from the dashboard. Start, stop, restart, or kill your server with a single click.

Power Buttons

Power controls are located at the top of your dashboard:

ButtonAction
StartBoot up a stopped server
StopGracefully shut down the server
RestartStop and start the server
KillForce stop (emergency only)

Start Server

Click Start when your server is offline to boot it up.

What Happens When You Start

  1. Server resources are allocated
  2. Game files are loaded
  3. World data is loaded
  4. Server becomes online and accepts connections

Startup Time

Startup typically takes 30 seconds to 2 minutes depending on:

  • Server game type
  • World size
  • Number of mods/plugins
  • Server plan resources

Watch the Console during startup to monitor progress and catch any errors.

Stop Server

Click Stop to gracefully shut down your server.

What Happens When You Stop

  1. New connections are refused
  2. Connected players are disconnected
  3. World data is saved
  4. Server shuts down cleanly

Why Stop Your Server?

  • Making significant file changes
  • Reducing resource usage when not in use
  • Troubleshooting issues
  • Planned maintenance

Always use Stop instead of Kill when possible. Stop saves your data properly.

Restart Server

Click Restart to stop and immediately start your server again.

When to Restart

  • After installing new mods or plugins
  • After changing configuration files
  • To apply updates
  • When the server is unresponsive
  • Periodic maintenance (daily/weekly)

Restart Process

  1. Server stops gracefully (saves data)
  2. Brief pause
  3. Server starts automatically

Restart is the same as clicking Stop, then Start. It ensures a clean restart with data saved.

Kill Server

Click Kill to force-stop your server immediately.

Use Kill only as a last resort! This forcefully terminates the server without saving data. You may lose recent progress.

When to Use Kill

Only use Kill when:

  • Server is completely frozen/unresponsive
  • Stop command doesn't work
  • Server is stuck during startup/shutdown
  • Emergency situations

After Killing

  1. Wait a few seconds
  2. Start the server again
  3. Check the console for errors
  4. Verify your data wasn't corrupted

Permission Requirements

Power controls require Write or Admin permissions:

PermissionStartStopRestartKill
Read
Write
Admin

Best Practices

Before Stopping or Restarting

  1. Warn players - Give connected players notice
  2. Save world - Run save command if available
  3. Complete operations - Wait for any in-progress actions

Regular Restarts

Consider scheduling regular restarts to:

  • Clear memory leaks
  • Apply automatic updates
  • Maintain performance
  • Prevent long-term issues

Monitoring After Restart

After restarting:

  1. Watch the Console for errors
  2. Verify the server reaches Online status
  3. Test that players can connect
  4. Check that data wasn't lost

Troubleshooting

Server Won't Start

  1. Check Console for error messages
  2. Review recent file changes
  3. Ensure you haven't exceeded storage limits
  4. Try restoring from a backup

Server Won't Stop

  1. Wait at least 30 seconds
  2. Try Stop again
  3. If still stuck, use Kill
  4. Report repeated issues to support

Server Stuck on "Starting"

  1. Wait up to 5 minutes (large worlds take time)
  2. Check Console for progress or errors
  3. If no progress, use Kill then Start
  4. May indicate corrupted files - restore from backup

Server Crashes After Start

  1. Check Console for error messages
  2. Recent changes likely caused the crash
  3. Review plugin/mod compatibility
  4. Try disabling recently added items
  5. Restore from backup if needed

On this page