Checking Your StorageLink Version
There are two straightforward methods for determining your StorageLink version number.
Via Web Interface
The version appears in the footer of the admin dashboard. Navigate to the admin UI and look at the bottom of the screen.
Via SSH Connection
When you establish an SSH session into the instance, the version displays automatically in the banner message that appears upon login.
ssh -i your-key.pem -p 2222 admin@<your-instance-ip>
The version number will be shown in the login banner immediately after connecting.
