Azure Getting Started - Connecting to your SoftNAS Instances
Once the SoftNAS® instance in Microsoft Azure has been created, it can be connected via StorageCenter for administrative tasks.
Connect Via SSH to create the SoftNAS® password.
Connect to SoftNAS StorageCenter using the domain name or IP address of the SoftNAS® instance, such as softnastest.cloudapp.net.
Set the SoftNAS® Password
Set the SoftNAS® password from either Windows command line or using Linux/OS X Terminal (Terminal).
Create the Password Using Terminal
Apply Key File Permissions
chmod 400 [softnasazure_key.pem]Where [softnasazure_key.pem] is the pathname to the private key file on the host | Generating SSH Keys
Azure SSH Command
ssh -i [softnasazure_key.pem] softnas@softnas.eastus.cloudapp.azure.com
Where [softnasazure_key.pem] is the pathname to the private key file on the host | Generating SSH Keys
Change Password Command
sudo passwd softnasCreating the Password from Windows (PuTTY)
Change Password Command
sudo passwd softnas
Connecting to StorageCenter
Domain/IP Address
Take note of the IP address and domain name. This will be used to connect to SoftNAS®.
Certificate Warning
Ignore and bypass the certificate warning for now.
Upon a successful connection, the StorageCenter GUI is displayed. Continue to SoftNAS® Configuration.