How to verify if a dedicated server is really dedicated?

lkovnih226

New member
Joined
Dec 11, 2012
Messages
183
Points
0
Some web hosting providers are offering a few dedicated server packages with good price and big discounts. I want to have a try for 1 month, but I am wondering is there a way to make sure my server is dedicated and not a VPS or Shared server. Are there any tools I can verify that my server is running on bare metal and that I am the only user?
 

dedica_manager

New member
Joined
Mar 30, 2016
Messages
30
Points
0
Run the command on the server:
Code:
dmidecode -t system
So you will know which manufacturer
 

laceibanet

New member
Joined
Feb 23, 2016
Messages
43
Points
0
the manufacturer being shown as a virtualization method will definitely mean you're on a vps. So if you run that on a dedicated server you should get the processor manufacturer
 

Adam Greer

New member
Joined
Apr 7, 2015
Messages
5
Points
3
Some web hosting providers are offering a few dedicated server packages with good price and big discounts. I want to have a try for 1 month, but I am wondering is there a way to make sure my server is dedicated and not a VPS or Shared server. Are there any tools I can verify that my server is running on bare metal and that I am the only user?
Hello. If you have a Linux server, you could try to run such command as for example lspci as root. If you see the output with a lot of words "Virtual", you are most likely on VPS (it could be virtual disk or so on). Also it is a good idea to issue such command as dmidecode -t system . Check especially the Manufacturer field.
And of course choose the reliable hoster.
 

hostslim

New member
Joined
Mar 13, 2015
Messages
99
Points
0
A good check to do as well is uname -a (checking the kernel) if you see something like stab.xxx or whatever virtualization Kernel then you know it's not a real dedicated server (if OPENVZ is used).

lspci reveals information as well, plus the other suggestions that were already made.
 

HM-Mike

New member
Joined
Jun 26, 2016
Messages
23
Points
0
You can use lspci or dmeicode to find out information regarding the base system, you will know from the results if it's real or not.
 
Latest threads
Replies
1
Views
75
Replies
1
Views
174
Replies
4
Views
380
Replies
11
Views
523
Replies
2
Views
228

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top