Checking on the Admin panel
To check your server version, visit the 'Maintenance > Server' panel of your admin. There, you will find information about your server version:
In this case, the server/admin version is 7.5.0
Checking on your server's terminal
To retrieve your server version, in your server's terminal, run:
cat $(npm root -g)/lamassu-server/package.json | grep "lamassu-server@"
You'll see an output similar to that below:
root@lamassu-cryptomat:~# cat $(npm root -g)/lamassu-server/package.json | grep "lamassu-server@"
"_id": "lamassu-server@7.5.1",
In this case, your present server/admin release is v7.5.1.
Latest version
The latest available version is shown on our GitHub Releases page:
https://github.com/lamassu/lamassu-server/releases
Updating your server software
Because the server and machine software may need to be updated in concert, please follow our latest release instructions here.
Comments
0 comments
Article is closed for comments.