Update Plauti Server on Linux

This article is for updating Plauti Server on Linux.
For Windows, see Update Plauti Server on Windows.
For Docker, follow the same steps as in Install Plauti Server in Docker.

To update Plauti Server on Linux:

  1. Download the new version
  2. Stop Plauti Server
  3. Install the new package
  4. Restart Plauti Server

Try out the Update button!

Instead of following the update steps below, you can also use the new Update button.
Click the UpdatePlauti Apps updater icon.png icon top right, then click Upgrade & RestartPlauti Apps upgrade and restart button.png.
For Plauti Server in Docker, follow the update steps below.

Download the latest version

Stop Plauti Server

  • Stop the Plauti Server service by using sudo systemctl stop plauti-server.

Install the new package

  • Install the package. All commands must be run with sudo privileges.
    • Debian, Ubuntu: In a terminal, navigate to the directory where you downloaded the file and run the following command: sudo dpkg -i Plauti_Server.deb
      If you encounter any missing dependencies, run the following command to automatically fix them: sudo apt-get install -f
    • RedHat (RHEL), CentOS, Fedora: In a terminal, navigate to the directory where you downloaded the file and run the following command. Using dnf or yumis recommended as it will handle dependencies automatically.

Start Plauti Server

  • Start the Plauti Server service by using sc start plauti-server or sc start plauti-server.