Exiled logo
Install

Installation

Installation of EXILED is quite simple. It loads itself through Northwood’s Plugin API. That's why there are two folders inside the Exiled.tar.gz in release files. SCP Secret Laboratory contains the necessary files to load EXILED features in EXILED folder. All you need to do is move these two folders into the appropriate path, which are explained below, and you are done! If you choose to use the installer it will, if run correctly, take care of installing all EXILED features.

Windows

Automatic Installation

Note: Ensure you are logged in as the user who runs the server or have Admin privileges before running the Installer.

  • Download the Exiled.Installer-Win.exe here (click on Assets -> click the Installer)
  • Place it in your server folder (download the dedicated server if you haven't already)
  • Double-click Exiled.Installer.exe or download this .bat file and place it in the server folder to install the latest pre-release
  • To obtain and install plugins, refer to the Installing Plugins section below.

Note: If you are installing EXILED on a remote server, ensure you run the .exe as the same user who runs your SCP:SL servers (or one with Admin privileges)

Manual Installation

  • Download the Exiled.tar.gz here and extract its contents
  • Move the EXILED folder to %appdata%
    Note: This folder must be placed in C:\Users\%UserName%\AppData\Roaming, and NOT C:\Users\%UserName%\AppData\Roaming\SCP Secret Laboratory. It MUST be in (...)\AppData\Roaming, not (...)\AppData!
  • Move SCP Secret Laboratory to %appdata%

Linux

Automatic Installation

Note: Ensure you are logged in as the user who runs the server or have root privileges before running the Installer.

  • Download the Exiled.Installer-Linux here (click on Assets -> click the Installer)
  • Install it by either typing ./Exiled.Installer-Linux --path /path/to/server or move it inside the server folder directly, move to it with the terminal and type: ./Exiled.Installer-Linux
  • If you want the latest pre-release, simply add --pre-releases Example: ./Exiled.Installer-Linux /home/scp/server --pre-releases
  • To obtain and install plugins, refer to the Installing Plugins section below.

Manual Installation

  • Ensure you are logged in as the user who runs the server
  • Download the Exiled.tar.gz here
  • To extract it to your current folder, type tar -xzvf EXILED.tar.gz
  • Move the EXILED folder to ~/.config. Note: This folder needs to go in ~/.config, and NOT ~/.config/SCP Secret Laboratory (SSH: mv EXILED ~/.config/)
  • Move the SCP Secret Laboratory folder to ~/.config. Note: This folder needs to go in ~/.config, and NOT ~/.config/SCP Secret Laboratory (SSH: mv SCP Secret Laboratory ~/.config/)

Installing plugins

That's it! EXILED should now be installed and active the next time you boot up your server.
Please note that EXILED alone won't do much, so make sure to get plugins from our Discord server.


To install a plugin, simply:

  • Download a plugin from their releases page (it must be a .dll file!)
  • Move it to: ~/.config/EXILED/Plugins (if you use SSH as root, search for the correct .config directory inside /home/(SCP Server User))

Configuration

EXILED by itself offers some config options. All of them are auto-generated at the server startup, they are located at ~/.config/EXILED/Configs/(ServerPortHere)-config.yml file (%AppData%\EXILED\Configs\(ServerPortHere)-config.yml on Windows).


Plugin configs will NOT be in the aforementioned config_gameplay.txt file, instead, plugin configs are set in the ~/.config/EXILED/Configs/(ServerPortHere)-config.yml file (%AppData%\EXILED\(ServerPortHere)-config.yml on Windows). However, some plugins might get their config settings from other locations on their own, this is simply the default EXILED location for them, so refer to the individual plugin if there are issues.