PlayerServers
  • 📘Overview
    • 🖥️PlayerServers - Overview
    • 🚀Plugin Installation Tutorial
      • 🛳️Adding a node
      • 🎁Templates
      • 📦Adding pre-defined plugins
    • 🌐Pterodactyl configuration
      • 🕊️Download custom wings
      • 🔓How to create tokens
      • ⛲Setting up plugins mount
    • 📜Current Config files
    • 📄Commands & permissions
    • 🚫Limitations
      • Permission-based RAM
      • Permission-based CPU
      • Max players limitation
      • Max plugins limitation
  • 👵Legacy (v2.x)
    • Updates
      • PlayerServers - General
      • v1.1 to v1.2
      • 8.0 to v1.0
      • 5.0 to 6.0
      • 3.7-D to 4.0
    • Basic instructions
    • Plugin management
    • Plugin Installation Tutorial
    • Editing config files
    • Current Config & Messages File
    • Permissions & Commands
    • Limitations
      • Permission-based RAM
      • Max players limitation
      • Max plugins limitation
    • Adding pre-defined plugins
    • Creating MySQL database
    • Additional Tutorials (FAQ)
    • Screen (accessing consoles)
    • Screen (advanced)
    • Templates
    • Multi-Node Support
    • Unofficial Video Tutorial
    • MC-Market Thread
  • 🛍️Buy
    • 🏪BuiltByBit
    • 🚿SpigotMC
  • 🔗Support Discord
Powered by GitBook
On this page

Was this helpful?

  1. Legacy (v2.x)

Screen (accessing consoles)

In the tutorial below, you'll learn how to access the console of the sub-servers

PreviousAdditional Tutorials (FAQ)NextTemplates

Last updated 5 years ago

Was this helpful?

In order to make our plugin function, we use Screen. In order to access the console of sub-servers, you just need to simply execute the command below:

$ screen -r <the first part of the ServerID, example: screen -r 8451ld>

If the command above does not work for you, you need to execute this one first:

screen -d <the first part of the ServerID>

And after that, repeat the command above.

In order to see all the active screens, you can execute the command below:

$ screen -ls

That's it. If you want to learn more about Screen, you can always click on the section in the Sidebar menu.

👵
Screen (Advanced)