Skip to content

Install on Linux (CLI)

Phase 1

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

linuxcli

Phase 2

When you click the link or button, your default browser opens (make sure it's not Internet Explorer) and guides you through configuring your Syncplify Server! node and creating your first SuperAdmin profile.

phase2

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