# How To Install Plugins on Your SCP: Secret Laboratory Server (/docs/scp-secret-laboratory/install-plugins)



import { Step, Steps } from 'fumadocs-ui/components/steps';

SCP: Secret Laboratory supports plugins through the EXILED framework, which allows you to add custom features, game modes, and quality-of-life improvements to your server.

Installing EXILED [#installing-exiled]

Before installing plugins, you need the EXILED framework installed on your server.

<div className="fd-steps">
  <div className="fd-step">
    Open the XGamingServer Panel [#1-open-the-xgamingserver-panel]

    Log in to the [XGamingServer Panel](https://panel.xgamingserver.com).
  </div>

  <div className="fd-step">
    Stop Your Server [#2-stop-your-server]

    Make sure your server is **stopped** before installing EXILED.
  </div>

  <div className="fd-step">
    Check for EXILED [#3-check-for-exiled]

    In the sidebar, click **Files** and check if the `EXILED` folder already exists in your server directory. If EXILED is pre-installed, skip to the **Installing Plugins** section below.
  </div>

  <div className="fd-step">
    Install EXILED [#4-install-exiled]

    If EXILED is not installed, download the latest EXILED release from the [EXILED GitHub repository](https://github.com/Exiled-Team/EXILED). Upload the EXILED files to your server following the framework's installation instructions.
  </div>

  <div className="fd-step">
    Start and Stop the Server [#5-start-and-stop-the-server]

    Start your server once to let EXILED generate its configuration files and directory structure, then stop it again.
  </div>
</div>

Installing Plugins [#installing-plugins]

<div className="fd-steps">
  <div className="fd-step">
    Download Plugins [#1-download-plugins]

    Find plugins you want to install. Common sources include:

    * [EXILED Plugins on GitHub](https://github.com/Exiled-Team)
    * Community Discord servers
    * The SCP:SL modding community

    Make sure the plugin is compatible with your version of EXILED and SCP:SL.
  </div>

  <div className="fd-step">
    Open Files [#2-open-files]

    In the sidebar, click **Files**.
  </div>

  <div className="fd-step">
    Navigate to the Plugins Folder [#3-navigate-to-the-plugins-folder]

    Navigate to the EXILED plugins directory, typically located at `.config/EXILED/Plugins/` or a similar path.
  </div>

  <div className="fd-step">
    Upload the Plugin [#4-upload-the-plugin]

    Click **Upload** and upload the plugin `.dll` file to the plugins directory.
  </div>

  <div className="fd-step">
    Start Your Server [#5-start-your-server]

    Click **Start** to launch your server with the plugin loaded.
  </div>

  <div className="fd-step">
    Configure the Plugin [#6-configure-the-plugin]

    Many plugins generate a configuration file in the EXILED configs directory after the first server start. Check `.config/EXILED/Configs/` for plugin configuration files and adjust settings as needed.
  </div>

  <div className="fd-step">
    Verify the Plugin [#7-verify-the-plugin]

    Check the **Console** in the panel to verify the plugin loaded successfully. Look for messages indicating the plugin was enabled.
  </div>
</div>

Removing Plugins [#removing-plugins]

To remove a plugin, simply delete its `.dll` file from the plugins directory and restart your server.

> ⚠️ **Warning:** Only install plugins from trusted sources. Incompatible or malicious plugins can cause server crashes or security issues. Always check plugin compatibility with your EXILED and game version.

> 💡 **Tip:** Keep your EXILED framework and plugins up to date. Game updates can break plugin compatibility, so check for plugin updates after each SCP:SL update.
