Applicable to:
- SolusVM 2.0
Question
How to install SolusVM 2.0 management server?
Answer
Installation requirements
The management server is a physical dedicated server that meets the following requirements:
OS | CentOS 7/CentOS 8/CentOS Stream/Almalinux 8/Ubuntu 18/Debian 10 |
CPU | Minimum 4 cores/8 threads |
RAM | Minimum 4 GB |
Free disk space | Minimum 10 GB |
Allowed connections to ports |
TCP 80 and TCP 443 (web server) TCP 5671 (messaging service RabbitMQ) TCP 5781 (VNC) |
Note: The management server cannot run on Xen VM.
-
Access the management server command line via SSH.
-
Download the SolusVM 2.0 installer script:
# curl https://install.solus.io/latest -o installer
-
Enable execution mode for the downloaded script:
# chmod +x ./installer
-
Launch the interactive installer in the command line:
# ./installer
Or run non-interactive installation with the command:
# ./installer -accept-eula -admin-email <email> -hostname <host>
Replace <email> with SolusIO administrator email address and <host> with the resolvable hostname or IP address of your management server correspondingly.
Comments
0 comments
Please sign in to leave a comment.