Upgrade
Upgrade to latest version:
- Connect to SSH Terminal — Open any SSH terminal (ex: PuTTY), connect to your Ubuntu/RHEL server, and login as a server
root
user.
- Run following commands to upgrade your ZesleCP installation to the latest version:
apt-get -y update && apt-get -y upgrade
for Ubuntu, OR yum -y update && yum -y upgrade
for RHEL
cd /home && sudo curl -o latest -L http://release.zeslecp.com/latest && sudo bash latest