In this quick article, you will learn how to check the specifications of your Overlaxed Linux OS Server(s) that is running on a Linux Distro OS. You will be able to check the Memory, CPU, Disk, and Network details of your server. This information can help troubleshoot any performance issues your server might be facing or simply keep track of its resources. By following the steps outlined in this article, you can gain a better understanding of your server's capabilities and make informed decisions regarding its management and maintenance.
Open the Terminal and type the following commands as Root for any installed OS:
For Debian or Ubuntu:
apt install dmidecode
dmidecode --type 17
For Fedora Linux:
dnf install dmidecode
dmidecode --type 17
For CentOS/RHEL/Oracle/Alma/Rocky Linux:
yum install dmidecode
dmidecode --type 17
For SUSE/OpenSUSE:
zypper install dmidecode
dmidecode --type 17
Open the Terminal and type the following commands as Root for any installed OS:
Create a ticket and wait for a support agent to join you very soon.