Love to get a vps

hi there folks, I am in Melbourne Australia and found this very fast loading site. Yet to do some more speed checks from around the country but nearly smoke came out of my keyboard, yes that fast.

No need to say I run a hosting business and was wondering if a good free control panel could be installed.

16 Replies

You could install Webmin / Virtualmin, ISPConfig or VHCS, or a few others I never heard of but webmin/virtualmin is commonly used :)

is that something support can install for me on request?

@rival:

is that something support can install for me on request?
linode do not provide that sort of support for your server. You run it yourself.

what sort of support do they offer? besides sales support :D

@rival:

what sort of support do they offer? besides sales support :D

Everything within your Linode is your responsibility, although we try to help where we can. You also have access to our excellent community via these forums and our irc channel: http://www.linode.com/irc/

Regards,

-Tom

@rival:

is that something support can install for me on request?
Virtualmin is very simple to install. Pick an OS for your Linode (I chose CentOS), download the install script, and away you go. Its probably the most popular. Though I think ISPConfig is "prettier" (less features).

More info about Virtualmin –> http://www.virtualmin.com/download.html

You ought to try a Linode for a month. It will be a bit of learning to get started (if you've not messed with Linux). The community for Linode is great. Lots of experts around to help out with questions.

Worst case you're out $20. :)

@rival:

what sort of support do they offer? besides sales support :D
An excellent VPS you have complete control over which no other Hosting Company can match. :cool:

With complete control comes responsibility ;)

And I wouldn't want it any other way :!:

@marcus0263:

An excellent VPS you have complete control over which no other Hosting Company can match. :cool:

Plus the best interface for controlling your VPS. Ever.

@pclissold:

Plus the best interface for controlling your VPS. Ever.
Yep. Very solid interface.

I have used webmin myself, it is nice but it does have some overhead and will affect performance unless you are letting your client manage their stuff I would just do some reading on how to manage vhosts and stuff on you own.

Just a thought..

oh, and make sure your server is here!

Webmin itself is not very resource intensive. It takes about 10MB of memory (though some of that will likely be shared with other processes). Virtualmin, on the other hand, in its default configuration can take up to about 100MB, due to caching of libraries and other data for performance reasons. But, if caching is turned off, it drops to exactly the same size as Webmin (Virtualmin is merely a set of modules and specialized theme for Webmin).

CPU will not be used for Webmin except when you're actually doing stuff with it, and it can even be mostly swapped out of memory by your system when you aren't using it. In short, Webmin is not going to effect performance in any way. It is merely another service.

Virtualmin does have several cronjobs and a couple of long-running daemons for processing mail, and keeping up with status information, and such, but those can also be turned off, making it identical in resource usage to Webmin (which, again, is practically nil). Virtualmin is, by default, optimized for large scale hosting, but it is quite easy to reconfigure it for small memory, low usage, and we have documentation for that in our wiki.

That's not to say you shouldn't learn about how your system works…one of the Webmin projects goals is education (and we have over a thousand printed pages worth of documentation about system administration devoted to that goal). But, Webmin can make many system administration tasks easier (and Virtualmin can make dramatically easier, when it comes to virtual hosting).

Note also that both Webmin and Virtualmin (GPL and Professional) are well-supported. We have mailing lists, forums, wikis and a bug tracker, and millions of users world-wide. The projects are very active and getting better every day.

I used webmin on a base ubuntu server, with required packages; Apache, php, etc..

My resource usage on apache alone is 30%-40% more than without webmin…..maybe I am alone but I didn't like it….doesn't seem like a lot but when you have a lot of users it adds up.

Just my opinion.

My percentages are figured as follows:

(apache alone= 18M, apache with webmin=23M)

Ahh the Virtualmin guru has arrived.
@SwellJoe:

Note also that both Webmin and Virtualmin (GPL and Professional) are well-supported. We have mailing lists, forums, wikis and a bug tracker, and millions of users world-wide. The projects are very active and getting better every day.
I'll vouch for that. Any time I've needed an answer, I've found it or when I asked it was answered on the forums. I know Joe hangs out there a lot. :lol:

You can still tune Apache with Webmin. You aren't locked into any settings.

But I guess this isn't the topic to talk performance tuning. :wink:

well, it is a great open source alternative to plesk/cpanel.

Sorry, I was cranky!

Webmin doesn't run on Apache though. It has its own little perl webserver.

@routermods:

I used webmin on a base ubuntu server, with required packages; Apache, php, etc..

My resource usage on apache alone is 30%-40% more than without webmin…..maybe I am alone but I didn't like it….doesn't seem like a lot but when you have a lot of users it adds up.

Just my opinion.

My percentages are figured as follows:

(apache alone= 18M, apache with webmin=23M)

Ah, but that doesn't make any sense. ;-)

Webmin doesn't use Apache for anything. It has zero relationship with Apache, aside from being able to manage it.

I'm not sure why your Apache process grew, but it wasn't because of Webmin (it may have been because of dependencies in the Webmin package you used…but our Webmin packages do not include any outside dependencies). Webmin has its own micro-webserver called miniserv.pl, which is wholly independent of the services it manages (and it has to be, in order to manage services at the level and to the degree that Webmin is capable of doing).

So, as I mentioned, Webmin does require about 10MB of RAM to operate. But, it does not require Apache and it doesn't make the Apache process larger or less efficient.

We'll happily take the blame when we do bad things (ask anybody who's rightly blamed us of breaking things), but this one is definitely not on us. And, I've already fessed up to the fact that Virtualmin can be a memory hog, by default, and it takes a little bit of tweaking to shrink it down. ;-)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct