Skip to content

Installation

To get started with SquidServers, choose the installation method that suits your operating system.

Download the application directly:

Download the .exe file, run it, and follow the on-screen instructions to complete the installation.

  1. Download the .dmg file from squidservers.com/download and open it.
  2. Drag the SquidServers app into the Applications folder.
  3. Eject the .dmg (optional).
  4. Open Terminal (press Command + Space and search for Terminal).
  5. Run the following command to allow the app to open (macOS flags it as damaged by default since it is not from the App Store):
Terminal window
xattr -cr /Applications/SquidServers.app

For Linux systems, you can install SquidServers quickly using our automated script via terminal:

Using cURL:

Terminal window
curl -fsSL https://raw.githubusercontent.com/ourpxi/squidservers-install/refs/heads/main/install.sh | bash

Using Wget:

Terminal window
wget -qO- https://raw.githubusercontent.com/ourpxi/squidservers-install/refs/heads/main/install.sh | bash

Alternatively, you can download the .AppImage file directly from our website. After downloading, make it executable and run it:

Terminal window
chmod +x SquidServers.AppImage
./SquidServers.AppImage