You will need two sets of login details in order to log into your server. The first are the details for the MemShell server, the second are a username and password for your server. Please consult the MemShell Settings page for the MemShell login details.
Connections to the MemShell server are made with SSH. The most common package that provides this on Linux is OpenSSH. This is likely installed by default on your linux distribution. However, if it isn’t then it can be installed via the package manager from the standard repositories.
Once OpenSSH is installed open a terminal console and type a command with the following form:
ssh server_name@memshell-server.memset.com
substituting server_name and memshell-server.memset.com for the details shown on the MemShell Settings page.
The following is an example for server examplaaa1.miniserver.com:
ssh examplaaa1@shell-du.memset.com
Shown here:
After the MemShell password is entered the MemShell server then connects to the serial console of your server. Often, you will not be taken directly to a login prompt because the connection is not synced correctly. If you see a prompt like this:
Simply hit the Enter key once or twice until you get to a login prompt that looks like the following login to an Ubuntu miniserver:
examplaaa1@shell-du.memset.com's password: Launching MemShell. Please wait... ********************************************************************* * You are now connected to the console. Hit return to see output. * * A terminal size of 80x24 is recommended. Don't forget to log out! * ********************************************************************* Ubuntu 16.04.2 LTS examplaaa1 ttyS0 coopeaa15 login:
This is the login to your server so you will need to enter a valid username and password for your server.
Last updated 15 March 2017, 07:58 GMT