<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ServerCommand.org &#187; Linux Servers</title>
	<atom:link href="http://ServerCommand.org/index.php/category/dedicated-servers/linux-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://ServerCommand.org</link>
	<description>Where Professionals Share The Tips &#38; Tricks Of The Trade</description>
	<lastBuildDate>Mon, 11 Jan 2010 13:28:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hardware Firewalls &#8211; I Need Details</title>
		<link>http://ServerCommand.org/index.php/2009/10/hardware-firewalls-i-need-details/</link>
		<comments>http://ServerCommand.org/index.php/2009/10/hardware-firewalls-i-need-details/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 03:10:21 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtual Servers (VPS/VDS)]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>
		<category><![CDATA[Workstations]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=142</guid>
		<description><![CDATA[One of the popular questions we see from day to day, is what exactly is a hardware firewall and what is the purpose. As most guess, they are very similar to a software firewall you may be running on your local work station, however they do differ quite greatly in how they are used and [...]]]></description>
			<content:encoded><![CDATA[<p>One of the popular questions we see from day to day, is what exactly is a hardware firewall and what is the purpose. As most guess, they are very similar to a software firewall you may be running on your local work station, however they do differ quite greatly in how they are used and the protection they provide.</p>
<p>A hardware firewall is a relatively simple piece of hardware, they are placed between the out side world (Usually the internet) and the section of the network you are needing to protect. They are specially built to block unwanted protocols and network activity from entering and/or leaving the protected network segment behind the firewall.</p>
<p>Firewalls use a configuration file that contains a set of rules, better known as an ACL (Access List). The ACL is much like any configuration file in the sense it contains all the information needed in order for your firewall to know what information to block and which to forward on to your back-end secure network.</p>
<p>One of the most important things to remember when you begin working with your first firewall is: ACL&#8217;s are read from the top down, so when you are configuring your firewall, always remember that a rule farther down in the list will NOT override an above rule. So if you block all access in line #1 and then allow access in line #2, line #2 will not allow access as in line #1 you already blocked it.</p>
<p>In many cases you will setup the firewall to block all incoming requests from the outside world beyond those you may want to have access. For instance, if you are running a web server you may want to block all access to the server (SSH especially) except for port 80 (http) and 443 (SSL). This way anyone trying to &#8220;hack&#8221; into your web server will have extremely little access to work with in order to breach your web server.</p>
<p style="text-align: center;"><img class="size-medium wp-image-147  aligncenter" title="hwfirewall_1" src="http://ServerCommand.org/wp-content/uploads/2009/10/hwfirewall_1-300x101.jpg" alt="hwfirewall_1" width="300" height="101" /></p>
<p>Now you may be wondering, &#8220;If I block all other ports, how am I going to access my server and/or network behind the firewall?&#8221; &#8211; This something that can be accomplished in a few different ways:</p>
<p><span id="more-142"></span></p>
<p><strong>1)</strong> VPN &#8211; Virtual Private Network allows you to connect to your firewall via a special piece of software that adds your workstation to the network behind the firewall. You do not need to be on the actual network for this to work, only access to your firewall via the internet. So you can VPN in from your home PC over your internet connection.</p>
<p>Once you are logged into the VPN, your workstation or home PC will be virtually connected to your private network behind your firewall, therefore you will not have any ports or data being blocked or otherwise filtered by your hardware firewall.</p>
<p><strong>2)</strong> Access List &#8211; Using the brief explanation above on what an ACL is, you may have already determined what you may need to do, however for those who may still be scratching your head, we will give some more details. So an ACL is a list of rules that firewall uses as its configuration file so it knows what to block and what not to. With that concept, you are able to configure your firewall to not block your connection to the network. So you can still block everything else from the outside world, while preserving your own access.</p>
<p>Now that we have a basic idea of what a hardware firewall is and what it does, we are going to take a look at who needs them and what additional security they provide over a software firewall.</p>
<p>Is a hardware firewall for me, in short everyone should have one, however they are not exactly a cheap thing to purchase. A good hardware firewall can range from a few hundred dollars to 10 of thousands, depending on how much throughput you will need to filter and the amount of connections you will need.</p>
<p>That in itself unfortunately filters out many of us, as the data we may need to protect just does not warrant the cost of the purchase. If you find yourself not able afford one, do yourself a favor and at the very least be running a software firewall on your machines.</p>
<p>If you do decide a firewall is worth the premium, you will have many new advantages open to you:</p>
<p><strong>1) </strong>You will not be running a network appliance specifically built to protect your network from unwanted access.<br />
<strong>2)</strong> You will now be able to access your back-end network via a VPN, allowing your to securely pass data back and forth between the network and your remote locations.<br />
<strong>3)</strong> Access will now be filtered based on the rules you define, if you don&#8217;t want someone or something to have access, you can block it.<br />
<strong>4) </strong>This point is one of the most advantages, you can have many many machines behind one physical firewall, so you can control how each machine communicates to the outside world.<br />
<strong>5)</strong> Single point to control access.</p>
<p>While hardware firewalls are not the end all solution to network security, when used properly they the first major milestone in building up your network security and being able to rest easier at night.</p>
<p>If you are choosing to run a firewall for your network, you will first want to sit down with your hosting provider and go over your needs. As you will want to be sure you are getting a firewall that can meet your needs and have a skilled network team to set it up for you, as setting up a firewall is not the easiest thing.</p>
<p>Until next time, post your comments and ask question in our forums and we will be here to answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/10/hardware-firewalls-i-need-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colocation OR Dedicated Server?</title>
		<link>http://ServerCommand.org/index.php/2009/07/colocation-or-dedicated-server/</link>
		<comments>http://ServerCommand.org/index.php/2009/07/colocation-or-dedicated-server/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 07:29:56 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Game Server Hosting]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=129</guid>
		<description><![CDATA[There comes a time in every hostler&#8217;s life when they need to decide which route they will pursue. Deciding to do Colocation or a Dedicated server is a decision that needs to make wisely, as it can greatly determine your success in the hosting industry.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Lets go into detail of what each is:
Colocation:
Colocation is where you [...]]]></description>
			<content:encoded><![CDATA[<p>There comes a time in every hostler&#8217;s life when they need to decide which route they will pursue. Deciding to do Colocation or a Dedicated server is a decision that needs to make wisely, as it can greatly determine your success in the hosting industry.</p>
<p style="text-align: center;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Lets go into detail of what each is:</p>
<p><strong>Colocation:</strong></p>
<blockquote><p>Colocation is where you purchase a server (Dell, HP, IBM, SuperMicro, Home Build, etc.) and ship it to a data center of your choice. The data center in turn places your server in a rack and attaches it to their network. Once the datacenter has your server all setup, you will then be able to remotely access your server.</p>
<p>This option you will also need to own your own operating system license and be very familiar with computer hardware.</p></blockquote>
<p><span id="more-129"></span></p>
<p><strong>Dedicated Server:</strong></p>
<blockquote><p>A dedicated server is very similar to colocation, however instead of having to purchase a server and ship it to a data center, you merely rent the server from the data center. This option you will not need to have your own OS license or intimate knowledge of server hardware. You will have the same remote access to the server box as with your colocated server.</p></blockquote>
<p style="text-align: center;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Now that we have the basic idea of what the two are, we can begin to dive into the positives and negatives of each.</p>
<p><strong>Colocation, The Good &amp; Bad:</strong></p>
<blockquote><p>Positive Notes:</p>
<ul>
<li>Cheaper monthly cost, as you only need to rent space, power and bandwidth.</li>
<li>You own your server hardware, you don&#8217;t have to rent it.</li>
<li>You can have any server brand and hardware specification you desire.</li>
<li>When done hosting, you can have the server shipped back to be resold.</li>
</ul>
<p>Negative Notes:</p>
<ul>
<li>If your server has hardware issues, you will need to pay someone to troubleshoot (remote hands fees).</li>
<li>You will need to ship replacement hardware to the DC or buy it from the DC.</li>
<li>You are responsible for your server, the DC is only responsible for the network, power and space.</li>
<li>Large upfront cost, as you have to buy the server box.</li>
<li>You will have to own your OS license.</li>
</ul>
</blockquote>
<p><strong>Dedicated Servers, Positives &amp; Negatives</strong></p>
<blockquote><p>Positive Notes:</p>
<ul>
<li>You do not have any large upfront fee to buy a server, you only have to rent it.</li>
<li>If the server has any hardware issues, it is up to the data center to fix it.</li>
<li>You wont have to pay for replacement hardware, ship anything, etc. as it is up to the DC to repair any hardware issues.</li>
<li>Widely available and hundreds of providers to choose from.</li>
<li>You don&#8217;t have to own OS licenses.</li>
</ul>
<p>Negative Notes:</p>
<ul>
<li>You are limited on the server hardware you can use (Each provider only offers so many options).</li>
<li>Your monthly price will be higher, as you are renting the server, power, space and bandwidth.</li>
<li>Upgrades can be more expensive than the going rate of hardware.</li>
<li>May get locked into a lease period.</li>
</ul>
</blockquote>
<p>The above gives us a good idea on the good and bad of each, now onto the hard question, &#8220;Which one is right for me?&#8221;</p>
<p>Everyone&#8217;s answer is going to be different as it will greatly depend on your finances, hardware knowledge, and how much control you want to have over your server. Many people choose to go with a dedicated server everyday as you can easily purchase and it is on the provider to do all the hard work, however this is not the best option for everyone.</p>
<p>With dedicated servers, the &#8220;bigger&#8221; the server you buy, the more expensive your monthly payment will become. In many cases, it can be cheaper to purchase the server and colocate, however it will all depend how long you plan on keeping the server machine.</p>
<p>That brings on a all new question:</p>
<blockquote><p>What is the life expectancy of a server? &#8211; Check our other blog posts for a in depth look!</p></blockquote>
<p>That pretty much wraps up this look into the differences of Colocation and Dedicated servers, however I am sure many questions are still lingering. So post them up in the forums and we will get you answers!</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/general-hosting-discussion/colocation-or-dedicated-server/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/07/colocation-or-dedicated-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti-Virus For Your Server &#8211; Free!</title>
		<link>http://ServerCommand.org/index.php/2009/07/anti-virus-for-your-server-free/</link>
		<comments>http://ServerCommand.org/index.php/2009/07/anti-virus-for-your-server-free/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 06:56:15 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Game Server Hosting]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>
		<category><![CDATA[Workstations]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=117</guid>
		<description><![CDATA[Hi Guys,
Today we are going to take a peek at what kind of Anti-Virus scanners we should be running on a dedicated server.
It will all depend on what you are using your dedicated server for, but in almost any case it would be foolish to not run a Anti-Virus software on it. As there are [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>Today we are going to take a peek at what kind of Anti-Virus scanners we should be running on a dedicated server.</p>
<p>It will all depend on what you are using your dedicated server for, but in almost any case it would be foolish to not run a Anti-Virus software on it. As there are tons of Anti-Virus software options on the market it can be very hard to choose the version right for your needs.</p>
<p>It is suggested you stay away from the all in one security suites like you may be running on your home PC as they are very infectious and will most likely cause allot of issues in the long run, including locking you out of your server when you install it <img src='http://ServerCommand.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><span id="more-117"></span></p>
<p>You will want to stick to a straight Anti-Virus, such as Norton Corporate or ClamAV.</p>
<p><strong>Norton Corporate</strong> is a great solution if you are able to spend some money on it, it can be quite expensive if you have more than one server, however you will be receiveing a paid software which comes with support that you may need if you every run into issues. Norton also releases many updates to it AV software which will greatly help in keeping your server safe.</p>
<p>The downside, Norton is pretty much only good for Windows, if you are running a Linux server you will want look to ClamAV.</p>
<p><strong>ClamAV</strong> (http://www.clamav.net) is a free Anti-Virus system that is specifically aimed to be used in a server environment and is perfect for your Linux based server. There is a Windows version of ClamAV, however they are no longer developing it, however you are still able to receive virus definition updates for it.</p>
<p>ClamAV is the perfect solution for any server host as it is very &#8220;light&#8221; and non-intrusive on the dedicated server.</p>
<p>There are tons of AV softwares on the market and using Google you will be able to easily locate one that is perfect for your needs. For this article we are giving Norton and ClamAV our choice award as they have long been the industry standard for anti-virus security.</p>
<p>Moving a little more forward as far as Anti-Spyware and additional software you would find in a security suite. In most cases you should have no need for them as you should not be opening emails and surfing the web on your dedicated server. Keep it smart and use your dedicated server for what it is designed for, hosting.</p>
<p>Cheers!</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/general-hosting-discussion/anti-virus-for-your-server-free/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/07/anti-virus-for-your-server-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Exim IP &#8211; Avoid Blacklist Issues</title>
		<link>http://ServerCommand.org/index.php/2009/07/changing-exim-ip-avoid-blacklist-issues/</link>
		<comments>http://ServerCommand.org/index.php/2009/07/changing-exim-ip-avoid-blacklist-issues/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 20:43:00 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[CPanel + WHM]]></category>
		<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=81</guid>
		<description><![CDATA[Changing the IP of Exim is not something everyone will want to do, but if you ever had your IP(s) blacklisted you will soon find out changing Exim to use an IP other than you primary is just a fact of life. In many cases changing to another IP on your dedicated server will get [...]]]></description>
			<content:encoded><![CDATA[<p>Changing the IP of Exim is not something everyone will want to do, but if you ever had your IP(s) blacklisted you will soon find out changing Exim to use an IP other than you primary is just a fact of life. In many cases changing to another IP on your dedicated server will get you by while you work to get the blacklist cleared on your IP.</p>
<p>It is very easy to do, you need only to SSH into your server and locate the following file: <strong>exim.conf</strong></p>
<p>You should be able to locate the Exim configuration file within your &#8220;etc&#8221; folder: /etc/exim.conf</p>
<p><span id="more-81"></span>Once you have found the exim.conf you will need to open it with a text editor nano or pico will work fine.</p>
<blockquote><p>pico /etc/exim.conf</p></blockquote>
<p>Once you have it open you will want to locate the following: (If you are using nano, &#8220;ctrl + w&#8221; will allow you to search for it)</p>
<blockquote><p>remote_smtp:<br />
driver = smtp</p></blockquote>
<p>You will need to add another line just below the &#8220;driver = smtp&#8221;, adding: interface = xxx.xxx.xxx : xxx.xxx.xxx.xxx</p>
<p>Once added, you should have this:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = xxx.xxx.xxx</p></blockquote>
<p>Make sure you replace the XXX with an IP on your server you would like to use. If you wish to use more than one IP you can separate them with a colon &#8220;:&#8221; like so:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = xxx.xxx.xxx : xxx.xxx.xxx.xxx</p></blockquote>
<p>Once you have edited the lines to match the above, you will need to save (ctrl + x) and then restart Exim.</p>
<blockquote><p>service exim restart</p></blockquote>
<p>Once Exim restarts you should now be sending emails out on the new IP address instead of the primary one on your server.</p>
<p><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>IMPORTANT NOTE:</strong></span></span></p>
<p>If you are a CPanel user, you will need to need to make a slightly different edit than the above. In your conf file you will have lines like this:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}}</p></blockquote>
<p>You will need only to remove the &#8220;interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}}&#8221; and replace it to make it match:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = xxx.xxx.xxx</p></blockquote>
<p>The other thing you will need to be careful of, if CPanel makes an update to Exim it will change your settings. So you will need to re-edit the conf files every now and then to keep it running on the IP of your choice. At this time I am not aware of anyway around this, though there is allot of talk on the CPanel Forums.</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/web-hosting/changing-exim-ip-avoid-blacklist-issues/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/07/changing-exim-ip-avoid-blacklist-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managed OR Unmanaged &#8211; Whats The Difference?</title>
		<link>http://ServerCommand.org/index.php/2009/06/managed-or-unmanaged-whats-the-difference/</link>
		<comments>http://ServerCommand.org/index.php/2009/06/managed-or-unmanaged-whats-the-difference/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 07:20:13 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Virtual Servers (VPS/VDS)]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=74</guid>
		<description><![CDATA[Two keywords you will see when it comes to renting a VPS/VDS or a dedicated servers are &#8220;Managed and &#8220;Unmanaged&#8221;.
Looking at these terms it is pretty easily to draw a conclusion as to what they are, but for those who would like a little more information on what each is, please see below:
Managed:
A managed solution [...]]]></description>
			<content:encoded><![CDATA[<p>Two keywords you will see when it comes to renting a VPS/VDS or a dedicated servers are &#8220;Managed and &#8220;Unmanaged&#8221;.</p>
<p>Looking at these terms it is pretty easily to draw a conclusion as to what they are, but for those who would like a little more information on what each is, please see below:</p>
<p><strong>Managed:</strong></p>
<blockquote><p>A managed solution in short is a service in which the host takes care of and maintains the server for you, therefore allowing professionals to take care of the dirty work and keep your time free to keep working on your web site. A managed server is usually the best place to start for anyone new to a server side of things, however there are some downsides:</p>
<p><span id="more-74"></span></p>
<ol>
<li>Managed servers are usually much more expensive than a normal server (You are paying for the techs time).</li>
<li>You may not have access to the root of the server and therefore you will have to rely solely on the host for everything beyond the basics of managing your web site.</li>
<li>You have to rely on your host for just about everything, beyond the basics.</li>
<li>You may be limited to what all you can do with your server, you may nto have full control.</li>
</ol>
<p>With the above brief of downsides you can see if any of them worry you, but don&#8217;t get discouraged, there are upsides!</p>
<ol>
<li>You don&#8217;t have to worry about knowing how to manage everything on the server, thats what you pay your host for.</li>
<li>If you run into issues, you can just lodge a complaint with your host and it is up to them to devise a solution.</li>
<li>You don&#8217;t have to get your hands dirty and waste time doing updates, installing additional software modules etc.</li>
<li>You can sleep at night! - This may sound weird, but when you run into your first major issue, it all makes sense.</li>
<li>The host takes care of the security of the server.</li>
<li>Many hosts include back up solutions are part of their managed services.</li>
</ol>
<p>The above are just the basic outlines of a managed service, you will ALWAYS need to check with the host you plan to use to see what all they are responsible for managing, some do allot more than others!</p></blockquote>
<p>Now onto the Unmanaged!</p>
<p><strong>Unmanaged:</strong></p>
<blockquote><p>In short, unmanaged sounds very much like it is, the exact opposite of managed.</p>
<p>With an unmanaged servers you are on your own, sent a drift in the wild ocean with only a small life rope to tie you back to shore. You will be responsible for everything from the Operating System up. In the case of a unmanaged solution the host is only responsible for the server hardware and network, so they are there to fix the hardware if it breaks, do Operating System reloads, keep the network up and running, and some basic troubleshooting.</p>
<p>As long as you have access to the machine, it is all in your hands. This is the way most people tend to go with as it gives you the most versitility and allows you to learn and test allot on the server machine that you otherwise would most likely not be able to do on a managed server.</p>
<p>The ups and downs:</p>
<p>Ups:</p>
<ol>
<li>The server is all yours, you install and control everything on it.</li>
<li>Extremely versitile, you can install what you want and when you want, no need to wait on anyone.</li>
<li>Cheaper! You don&#8217;t have to pay extra for the company to manage the server.</li>
</ol>
<p>Downs:</p>
<ol>
<li>If you get stuck or break some software on the server, it will be up to fix it.</li>
<li>You are responsible for everything from the Operating System up.</li>
<li>You have to run the updates, keep the server secure.</li>
<li>You will need to learn how to operate and control the server.</li>
</ol>
<p>Don&#8217;t let the downsides scare you, a unmanaged server is a awesome place to begin as you will be able to work and learn without having to worry about limitations. If you are worried about the uptime of your web site over you learning, it is best to stay with a managed solution where uptime is the goal and learning takes the back seat.</p></blockquote>
<p>The discriptions above are showing the extremes of each end of the environments, it will depend on each host as far as what all they will or won&#8217;t manage. Many hosts often go far beyond what the norm, but you will need to speak with each one to find what all they are responsible for and how far out of their way they will go to keep you running strong.</p>
<p><span style="text-decoration: underline;"><strong>The biggest thing thing to understand from these descritptions is:</strong></span></p>
<blockquote><p>Every host is different! No two host will offer the same thing in their managed and unmanaged packages. You NEED to check with the host you are considering using to see what all they are responsible for. The above are just the basic outline of each and by no means what every host offers!</p></blockquote>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/dedicated-servers-windows/managed-or-unmanaged-whats-the-difference/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/06/managed-or-unmanaged-whats-the-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
