<?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; Windows Servers</title>
	<atom:link href="http://ServerCommand.org/index.php/category/dedicated-servers/windows-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>What Is TCAdmin?</title>
		<link>http://ServerCommand.org/index.php/2009/07/what-is-tcadmin/</link>
		<comments>http://ServerCommand.org/index.php/2009/07/what-is-tcadmin/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 07:00:54 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Game Server Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=126</guid>
		<description><![CDATA[Hi Guys,
There have been allot of questions floating around since we opened the TCAdmin section of our forums. To explain, TCAdmin is a web control panel designed and developed specifically for the game and voice hosting industry.
TCAdmin is a web control panel that has much deeper roots that allow you to completely automate your game [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>There have been allot of questions floating around since we opened the TCAdmin section of our forums. To explain, TCAdmin is a web control panel designed and developed specifically for the game and voice hosting industry.</p>
<p>TCAdmin is a web control panel that has much deeper roots that allow you to completely automate your game and voice server installs while giving your clients a great web panel access to do just about anything they need to for their service.</p>
<p>One of the biggest notes however is that TCAdmin only runs on Windows, so if you plan on hosting game servers on a Linux based server, you will need to look to a different control panel, but for many of us Window&#8217;s geeks it is the perfect affordable way to begin ones game hosting business.</p>
<p><span id="more-126"></span></p>
<p>TCAdmin is available starting at $15.95/Month USD per dedicated server.</p>
<p>You will need one Remote TCAdmin for each dedicated server beyond your first, so if you have multiple dedicated servers you plan on using you will need one license for each.</p>
<p><span style="text-decoration: underline;"><strong>Information:</strong></span><strong><br />
Web Site:</strong> http://tcadmin.com/<br />
<strong>Price:</strong> $15.95+<br />
<strong>Demo:</strong> http://tcadmin.com/ (Middle, Right)</p>
<p>Check out the TCAdmin web site for more in depth information on this amazing system!</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/tcadmin/what-is-tcadmin/"><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/what-is-tcadmin/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>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>
		<item>
		<title>Installing IIS, How To?</title>
		<link>http://ServerCommand.org/index.php/2009/05/installing-iis-how-to/</link>
		<comments>http://ServerCommand.org/index.php/2009/05/installing-iis-how-to/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:06:21 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=40</guid>
		<description><![CDATA[One of the many questions we see here is how to install IIS onto your Microsoft Windows based server.
I am pleased to say, the installation process is very easy!

Microsoft Windows Server 2003
What you will need:

A server/workstation running Microsoft Windows Server 2003
The Server 2003 installation disk OR a copy of the I386 folder

Now onto the fun [...]]]></description>
			<content:encoded><![CDATA[<p>One of the many questions we see here is how to install IIS onto your Microsoft Windows based server.</p>
<p>I am pleased to say, the installation process is very easy!</p>
<p><span id="more-40"></span></p>
<h2>Microsoft Windows Server 2003</h2>
<p><span style="text-decoration: underline;"><strong>What you will need:</strong></span></p>
<ul>
<li>A server/workstation running Microsoft Windows Server 2003</li>
<li>The Server 2003 installation disk <strong>OR</strong> a copy of the I386 folder</li>
</ul>
<p>Now onto the fun and easy stuff!</p>
<ol style="text-align: justify;">
<li>You will first need to navigate to the &#8220;Add/Remove Windows Components&#8221; &#8211; You will locate this here: Control Panel &#8211;&gt; Add or Remove Programs &#8211;&gt; Add/Remove Windows Components</li>
<li>Once you have the &#8220;Add/Remove Windows Components&#8221; window open, you will see a series of options:</li>
<li>You will need to place a check mark next to &#8220;Application Server&#8221;
<ul>
<li>If you double-click on &#8220;Application Server&#8221; you will have additional options. You will need to be sure you have the following checked off:
<ul>
<li>Application Server Console</li>
<li>ASP.NET</li>
<li>Enable network COM+ access</li>
<li>Internet Information Services (IIS)</li>
</ul>
</li>
<li>Now double-clicking on &#8220;Internet Information Services (IIS)&#8221; you will be presented with additional options. There are many options however for the security of your server I would start with only having the following selected:
<ul>
<li>Common Files</li>
<li>Internet Information Services Manager</li>
<li>World Wide Web Services</li>
</ul>
</li>
<li>After choosing the above options, you will need only to select &#8220;Ok&#8221; on the additional windows.</li>
</ul>
</li>
<li>Now that you have the above options selected, you can choose &#8220;Next&#8221; on the &#8220;Windows Components Wizard&#8221;</li>
<li>Your server will begin to install IIS, during the install you will be prompted for the CD (Usually 2 times).</li>
<li>When you are prompted you will need to do one of two things:
<ul>
<li>Have the Microsoft Windows Server 2003 install CD/DVD in your CD/DVD drive.</li>
<li>Point the installer to a copy of the &#8220;I386&#8243; folder on the server.<br />
<span style="color: #ff0000;"><strong>NOTE:</strong></span> The I386 folder is located on the CD/DVD that you installed your copy of Microsoft Windows Server 2003 from. If you are renting a dedicated server, there is most likely a copy of this folder on your server&#8217;s hard drive, if you not your host should be able to provide it.</li>
</ul>
</li>
<li>Once the wizard completes you are all done!</li>
</ol>
<p>After running through the above 7 steps you should be able to install IIS to your machine and have it fully operational. Once installed you will need to configure and that is where the real fun begins. We will have a guide shortly for confguring IIS, however until then our forums is the place to ask any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/05/installing-iis-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Server 2008 From USB Flash/Thumb Drive</title>
		<link>http://ServerCommand.org/index.php/2009/05/installing-server-2008-from-usb-flashthumb-drive/</link>
		<comments>http://ServerCommand.org/index.php/2009/05/installing-server-2008-from-usb-flashthumb-drive/#comments</comments>
		<pubDate>Wed, 20 May 2009 22:34:24 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=26</guid>
		<description><![CDATA[Ever wondered if it was possible to install Windows Server 2008 without needing to lug a external DVD-ROM drive to the datacenter each time one of your machines needs reloaded?
I have some good news, I was doing some searching for a method to allow the easy installation of Server 2008 without needing to carry any [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered if it was possible to install Windows Server 2008 without needing to lug a external DVD-ROM drive to the datacenter each time one of your machines needs reloaded?</p>
<p>I have some good news, I was doing some searching for a method to allow the easy installation of Server 2008 without needing to carry any disks, external drives, etc. with me each time. I googled for quite a while until I stumbled onto a guide on just how to do it.</p>
<p><span id="more-26"></span></p>
<p><strong>Link:</strong> <a href="http://www.jesscoburn.com/archives/2007/10/15/installing-windows-2008-via-usb-thumbdrive/" target="_blank">http://www.jesscoburn.com/archives/2007/10/15/installing-windows-2008-via-usb-thumbdrive/</a></p>
<p>Using his guide I was able to do it rather quickly and easily.</p>
<p>Below is the exact steps needed as were layed our by the above site:</p>
<blockquote>
<h1>Format the thumb drive</h1>
<ol>
<li>from a DOS prompt execute: diskpart</li>
<li><strong>list disk</strong></li>
<li><strong>select disk 1</strong> (assuming disk 1 was your thumb drive in the above list disk command)</li>
<li><strong>clean </strong></li>
<li><strong>create partition primary </strong></li>
<li><strong>select partition 1 </strong></li>
<li><strong>active </strong></li>
<li><strong>format fs=fat32 </strong></li>
<li><strong>assign </strong></li>
<li><strong>exit</strong></li>
</ol>
<h1>Copy the Win2008 install files</h1>
<p><strong>xcopy d:\*.* /s/e/f e:\</strong> (assumes your dvd is drive D: and your thumb drive is drive E:\, adjust accordingly)</p></blockquote>
<p>It works like a charm!</p>
]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/05/installing-server-2008-from-usb-flashthumb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
