Update Plauti Server on Linux
On this page
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.
Find out more about the contents of a new version in the Release Notes.
Updating Plauti Server on Linux
To update Plauti Server on Linux:
- Download the new version
- Stop Plauti Server
- Install the new package
- 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 Update
icon top right, then click Upgrade & Restart
.
For Plauti Server in Docker, follow the update steps below.
1. Download the latest version
- Download the latest version of Plauti Server for Linux:
- Debian, Ubuntu: https://go.plauti.com/PlautiServerLinuxdeblatest
- RedHat (RHEL), CentOS, Fedora: https://go.plauti.com/PlautiServerLinuxrpmlatest
2. Stop Plauti Server
- Stop the Plauti Server service by using
sudo systemctl stop plauti-server.
3. 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
dnforyumis recommended as it will handle dependencies automatically.
- Debian, Ubuntu: In a terminal, navigate to the directory where you downloaded the file and run the following command:
# For modern systems (RHEL 8+, CentOS 8+, Fedora)
sudo dnf install Plauti_Server.rpm
# For older systems (RHEL 7, CentOS 7)
sudo yum install Plauti_Server.rpm
4. Start Plauti Server
- Start the Plauti Server service by using
sc start plauti-serverorsc start plauti-server.