FAQ

How do I know if an upgrade is available without upgrading?

Check the remote version with the following command:

echo $(curl https://updates.sysward.com/appliance-version)

Check your local version:

cat /opt/sysward/appliance-version

If they do not match there is a newer version available.

How do I install a custom SSL certificate?

Replace the following two files in /opt/sysward with your own:

  • sysward.crt
  • sysward.key

How do I restart nginx?

sudo systemctl restart nginx

I’ve lost my password

  1. Swap to your root user sudo su
  2. Run the reset password script below:
cd /opt/sysward
source .env && ./web tasks users:reset YOUR_EMAIL_HERE

Edit this page on GitHub