During support requests, we will often ask a client which OS version they're using. Running all of these commands, and pasting us the output will be able to accurately tell us which OS version you're running, as well if the box is 32-bit or 64-bit.
cat /etc/redhat-release
cat /etc/debian_version
uname
uname -r
uname -m
Some of the above files may not exist, but their non-existence is part of figuring out which OS you have.
In addition to figuring out the OS version you're running, we will usually ask you which OS the DirectAdmin binaries are compiled on. To figure that out, you can either go to Admin Level -> Licenses/Updates, or from ssh, you can type:
/usr/local/directadmin/directadmin o
Most Popular Articles
Do I need a Dedicated Server?
Having a dedicated server gives you high flexibility and a lot of options for your site. You...
Who does manage my Dedicated Server?
All our Dedicated plans come completely unmanaged unless you buy a managed service addon. What it...
Do you help to setup control panels and operating systems?
All dedicated servers come with the operating system of customer choice preinstalled. All...
How to use SSH
SSH is a tool used to connect to your server. This is how 95% of your system is setup. To use...
Setting the system date and clock
To set the system clock, use the date command. For Redhat Systems, use the following format: date...