- Manual Install
- Auto Install (UNOFFICIAL)
⚠️ Before continuing!
This guide expects you to have installed the dependencies listed here:Requirements
Essential dependencies and system requirements needed to run Plex Development products on your operating system.
- Text install
- Video install
Follow these steps to install and run the bot on your Linux server:
1
Download the Bot
Download the bot’s ZIP file from the marketplace you have bought the bot. The only marketplace’s you should trust are listed below:
2
Log in to your server
Log in to your VPS using your preferred SSH client or terminal software (e.g., PuTTY, MobaXterm, or any similar tool).
3
Place Bot Files on the Server
Ensure the bot files are uploaded to a directory of your choice on the server. You can do this with a SFTP client (e.g., FileZilla, WinSCP, or any similar tool).
4
Navigate to the Bot Directory
On the server and navigate to the folder containing your bot files using the
cd command:5
Modify the config file
On the current directory, modify the config.yml file using a text editor such as nano:To save the file, press Control+X, Y and Enter. You should now be redirected back to the terminal.
6
Install Node.js Modules
Install the Node.js modules required for the bot by running:This will install all necessary dependencies as listed in the
package.json file, which allows the bot to start up.7
Start the Bot
After completing the config file and installed the Node.js modules required for the bot, run the bot with the following command:Check the terminal output to ensure the bot starts without errors.
…and you’re done! By following this guide, your bot should be up and running in no time. For additional help, feel free to reach out to Plex Development’s support team on Discord.
By default, the bot runs in your current terminal session. By closing your terminal session, the bot will no longer be up and running. To keep the bot running continuously, you can use the
screen command or the tmux command. Click here for a detailed guide on using screen or tmux.