Super Simple Guide to the Installer

Hey there! So you want to install some cool stuff from PlexDevelopment, but maybe you're not a computer wizard? No problem! This guide explains things like you're five (okay, maybe ten).

« Back to Installer

What is This Thing?

Think of this installer as a helpful robot. You tell it what Plex product you want (like PlexTickets or PlexStore), and it does all the tricky setup stuff on your Linux server for you.

Normally, setting these things up involves lots of typing weird commands. This robot does most of that typing for you!

Super Important: This robot is built by someone else (bali0531), NOT the official PlexDevelopment team. It's like getting help from a friendly neighbor instead of the official company. It usually works great, but it's not official support.

How Do I Use the Robot? (Quick Install)

This is the easiest way. It's like telling your robot helper, "Go do the thing!"

  1. Connect to Your Server: You need to be talking to your Linux server. This usually means using a program like PuTTY (on Windows) or Terminal (on Mac/Linux) and logging in. You'll see a blinking cursor waiting for commands.
  2. Choose Stable or Beta: On the main installer page, there's a little switch next to "Quick Installation".
    • Stable (Green): Safer, tested more. Use this normally.
    • Beta (Orange): Newer, might break. Use if you like testing.
    Make sure the switch is set how you want it.
  3. Copy the Magic Spell: Find the black box below the switch with the command inside (it starts with curl). Click the "Copy" button next to it.
  4. Paste and Go: Go back to your server terminal window. Right-click (or use Shift+Insert or Cmd+V) to paste the command you copied. It should look something like this:
    curl -sSL https://plexdev.live/install.sh | bash -i
    (Or it might say beta.sh if you chose the Beta option).
  5. Hit Enter: Press the Enter key on your keyboard.
  6. Follow Instructions: The robot (installer script) will start working. It will ask you some questions, like:
    • Which product do you want to install?
    • What website address (domain) do you want to use? (e.g., tickets.mycoolsite.com) - *Only asked for products that need a website.*
    • What's your email? (For website security stuff) - *Only asked if setting up a website.*
    Just answer the questions carefully. If you're unsure, the script often suggests a default answer.

That's it for starting! The robot does the rest.

What About Manual Install?

If you like doing things step-by-step, use the "Manual Install" tab on the main page.

  1. Choose Stable/Beta using the switch (it changes the commands in this tab too).
  2. Copy the command from "Step 1: Download" and run it on your server.
  3. Copy the command from "Step 2: Make it Executable" and run it.
  4. Copy the command from "Step 3: Run It" and run it.
  5. Now, follow the instructions the script gives you (same as step 6 in Quick Install).

What Does the Robot Actually Do?

While you watch the text scroll by, the installer is busy doing these things:

Okay, It Finished. Now What?

If everything went well, the script will tell you it's done and usually show you:

If it installed a website, go visit the address it gave you! Otherwise, make sure you configure the product using its config file and then start/restart the service.

Something Went Wrong!

Uh oh. Sometimes things break.