Skip to content

Customers

This topic shows a step-by-step workflow how your customers use SolusVM 2.

1. Registration and logging in

To register as a customer:

  1. Go to https://<management-server-hostname>/login or https://<management-server-IP>/login.
  2. Go to the "Register" tab.
  3. Provide the email (it will be used as your login) and password.
  4. Read the Privacy Policy, accept it, and click Register.

    You are now logged in to SolusVM 2.

  5. SolusVM 2 sends an email with a confirmation link to the specified email address. The link is valid for 24 hours. To complete registration and get full access to SolusVM 2, follow the confirmation link.

After a customer confirmed registration, they can log in to SolusVM 2.

To log in as a customer:

  1. Go to https://<management-server-hostname>/login or https://<management-server-IP>/login.
  2. Provide the email and password specified during registration and click Log in.

2. Creating a project

A customer needs to create a project. Projects group servers: each server is created under a particular project.

Note

"Default project" already exists right from the start. You, the administrator, is a project member of the default project.

To create a project:

  1. Go to Projects, click Create Project, and then give a project the name and description (optional).
  2. Click Save.

The project is created and customers can now create servers.

3. Creating a server

To create a server:

  1. Go to Projects and, under the desired project, click Create Server.

  2. Select a location (if any).

  3. Select an operating system.
  4. (Optional) Select the application that you want to be preinstalled on the server. For most applications, you need to specify credentials and other necessary information.
  5. Select a plan.
  6. To access the server command line as root, add an SSH key. To do so, click Add SSH Key, click Generate a new key pair, and then click Add SSH Key. SolusVM 2 automatically creates a key pair: downloads the private key and pastes the public key.
  7. (Optional) You can preconfigure this server and future ones by, for example, creating additional users or user groups in the system, running the desired commands at the first boot, and so on. To do so, click User Data, fill in the "User Data" textbox (to see reference, click "Sample"), and then click Set.

    Note

    Once you configure "User Data" for a Linux-based (CentOS, Debian, Alpine Linux, Ubuntu) and Windows servers, the data will be automatically used later when you deploy another Linux-based or Windows server.

  8. Use the default hostname, generate a new one, or type the hostname yourself.

  9. (Optional) You can change the default description of the server or keep the description as it is.
  10. Click Create.

The server was created.

To see all servers created under a specific project, go to Projects and then click the project name.

4. Managing a server

To manage a server, you need to connect to its command line. You can do so in a variety of ways:

  • Directly from the SolusVM 2 customer interface using a VNC console.
  • Using root and the SSH key pair that you created while deploying the server.
  • Using the root password. Customers receive the root password by email if you have set up sending automatic email notifications.
Back to top