Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Updating a Client

MaxXor edited this page Jun 5, 2020 · 5 revisions
  1. Take a backup of your current Quasar installation directory. You need the old and new version for the update process.
  2. Download the version you want to upgrade to from the Releases page (recommended) or use the latest build from the CI server.
  3. Extract the new files into your Quasar installation directory.
  4. Start the server of the new version and use the Builder to build a new client. Afterwards close the server again to make sure it's not blocking the port.
  5. Start the server from the backup directory and do a right click on the clients you wish to update and select Connection -> Update or Client Management -> Update (in recent versions).
  6. You can either upload the built client from step 4 to your remote clients or let them download the update from an URL.
  7. When the update was successful close the old Quasar server and start the new version. You can remove the backup if everything worked flawlessly.