How to Check the Update Status in SynetoOS 4

Written By Christian Castagna (Administrator)

Updated at October 22nd, 2025

→ Applies to: SynetoOS 4.x

 

Step 1. Start system update from the Web interface

 

Step 2. Connect to SynetoOS appliance via SSH as admin

ssh admin@<your_ip_address_or_hostname>

 

Step 3. Get root privileges

sudo su -

 

Step 4. Check update logs

tail -f /var/log/software_update.log

EXAMPLE