shared or vps

dream1er

Regular Member
Joined
Jul 17, 2015
Messages
222
Reaction score
34
going to make 5 websites which is better, im going with bluehost .
1-shared hosting -higest plan
2-vps -lowest plan
 
VPS is better, just takes more effort in setting up your LAMP stack(or what platform/technologies you plan to use), and requires a bit more tech knowledge than just buying a web host package.
 
Vps better, but make sure you get cpanel included. Otherwise I would suggest reseller hosting.
 
I used shared for years because it's simple as hell to set up. I migrated to a vps this year and find it faster and cheaper. VPS takes more time/knowledge to know how to set it all up properly compared to a shared plan.
 
still confused ,but what if i buy shared for 1 year and then move to vps.
 
If you're just starting go with shared hosting, Bluehosts (shared hosting) can handle good amount of traffic.
VPS is proffered anyways!
 
still confused ,but what if i buy shared for 1 year and then move to vps.
what if what? you'll have a shared plan now and a vps next year.
if you're not confident what you're doing, go with shared plan. you can always upgrade and migrate your data to vps in the future.
 
thanks ,i will go with shared
 
Why everybody recommending Cpanel? That's for sysadmin newbies.
If you can handle Apache2 or nginx by youself don't overfload the server with Cpanel. Seriously, Cpanel for 5 websites makes me laugh!

Use a VPS as you've a dedicated IP. With shared hosting usually you don't have but you could get one. VPS also allow you more freedom to do stuff usually you would have to pay like issue a free SSL certificate with Let's Encrypt.

If your provider is cool you can send images to install the VPS, if that's the case you've images with the webserver + mysql + PHP, etc already prepared for you. Just upload, edit the sites-enabled at webserver, upload WP, create databases and you're good to go.
 
If you are using shared, make sure any sites that share an IP address aren't spammers. I had a friend that had an issue with SEO due to other sites on the same IP address dragging down his authority.
 
If you are just starting out a shared plan will be better as it will be managed.

VPS is always better if you know how to set it up or if you are willing to go manage on it then I would go managed.
 
If you are using wordpress use easyengine, its easiest way to setup a site on a linux vps.

No it isn't. If you need to install something then it isn't the easiest way. You can get it faster with a shell script like the following:
Code:
https://gist.github.com/dongilbert/951776

You can also do the mysql: create schema **** with the shell. So you just need to install the VPS using a proper image and everything is installed (nginx/apache, php and extensions, mysql) then you execute a script that like. That's the easiest and fastest way!
 
Back
Top