Skip to content

Install on Linux (CLI)

To install Syncplify Server! on Linux, we provide a small command-line setup program inside the downloaded tar.gz package.

Once extracted, the contents of the package will look like this:

linuxcli

At this point, run the setup CLI (use sudo if you aren't root) with the install parameter and follow the on-screen instructions:

sh
sudo ./ss-setup install

NOTE

If you already have Syncplify Server! v6.0+ installed on your system, running the setup CLI (from the more recent version's package) with the install parameter will automatically update/upgrade your software.

To remove the software, run the same command (now installed as /usr/local/bin/ss-setup) with the uninstall parameter:

sh
sudo ss-setup uninstall

Additional information