Connecting to your Instance via Browser
To connect to your SoftNAS Instance is simple, provided you are on the same network as your virtual machine. If you are not, you will need to configure a VPN, a NAT, or AWS Direct Connect.
To connect via a Private subnet, you will use the private IP assigned automatically during instance creation. This IP address can be found in the Description tab of the selected instance.
- Obtain your IP address from the Details tab.
- Open your browser, and type https:// <ip_of_your_instance>.
Note |
---|
A certificate warning is likely to appear – this is to be expected. This warning will be eliminated when you configure security certificates for your SoftNAS instance. However, this can wait for a production instance. Simply bypass the warning for the moment.
|
- Once the certificate error is bypassed, a login screen will appear.
- The default username is ‘softnas’, and the password is the Instance ID. The Instance ID can be found in the EC2 Dashboard, under Instances.
- Enter the Instance ID.
- Click Login.
- Upon login, an End User License Agreement (EULA) will appear.
- Click I Agree.
Connecting to your Instance via SSH
Connecting to an EC2 instance directly via SSH is rarely necessary, however, the instructions below provide the required information should the need arise.
- Log into the management console, and select EC2 from Services > Compute > EC2, or if applicable, Recently visited, and navigate to the EC2 Dashboard.
- From the EC2 Dashboard, select Instances.
- Select the instance that you wish to connect. Click Actions > Connect.
- The Connect to an Instance dialog will be displayed.
- Select the SSH client tab.
- Follow the on-screen instructions, connecting using the private key that is associated with your instance.
- The username to connect should be centos.
Code Block | ||
---|---|---|
| ||
ssh -i "testKey.pem" centos@ec2-3-133-108-237.us-east-2.compute.amazonaws.com |
Note |
---|
You can also connect to your SoftNAS instance using a standalone SSH Client.
|
You are now ready to configure your SoftNAS Instance.