<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Servers on IT Made Simple</title><link>https://itmadesimple.co.nz/tags/servers/</link><description>Recent content in Servers on IT Made Simple</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>Thaddeus</managingEditor><webMaster>Thaddeus</webMaster><lastBuildDate>Fri, 19 Jun 2026 08:00:00 +1200</lastBuildDate><atom:link href="https://itmadesimple.co.nz/tags/servers/index.xml" rel="self" type="application/rss+xml"/><item><title>Do You Actually Need a Server?</title><link>https://itmadesimple.co.nz/posts/do-you-need-a-server/</link><pubDate>Fri, 19 Jun 2026 08:00:00 +1200</pubDate><author>Thaddeus</author><guid>https://itmadesimple.co.nz/posts/do-you-need-a-server/</guid><description>That beige box under the desk might be costing you more than you think. Here&amp;#39;s how to work out whether you actually need a server — or whether the cloud does it better.</description><content:encoded><![CDATA[<p>I walk into a lot of small businesses and find the same thing: a dusty tower server sitting on the floor under someone&rsquo;s desk, humming away, doing&hellip; what exactly?</p>
<p>When I ask, I usually get: &ldquo;It runs our accounting software&rdquo; or &ldquo;That&rsquo;s where our files are.&rdquo; Sometimes it&rsquo;s: &ldquo;Honestly, I&rsquo;m not sure what it does. Bob set it up before he left.&rdquo;</p>
<p>Let&rsquo;s fix that. If you&rsquo;re paying for a server you don&rsquo;t need, that&rsquo;s money wasted. And if you&rsquo;re not using a server when you should be, that&rsquo;s a risk. Here&rsquo;s how to tell the difference.</p>
<h3 id="what-a-server-actually-does">What a Server Actually Does</h3>
<p>First, let&rsquo;s clear something up. A server is just a computer that provides a service to other computers on the network. That&rsquo;s it. It doesn&rsquo;t have to be a $5,000 rack-mounted Dell. It could be a mini PC running Linux. The concept is what matters.</p>
<p>Servers typically handle:</p>
<ul>
<li><strong>File storage and sharing</strong> — everyone&rsquo;s documents in one place, with permissions</li>
<li><strong>Centralised backups</strong> — all machines back up to one location</li>
<li><strong>Running shared applications</strong> — accounting software, databases, line-of-business apps</li>
<li><strong>User management</strong> — Active Directory for login credentials and policies</li>
<li><strong>Email</strong> — if you run your own mail server (rare for small business)</li>
<li><strong>Print sharing</strong> — managing printers across the network</li>
</ul>
<h3 id="when-the-cloud-replaces-the-server">When the Cloud Replaces the Server</h3>
<p>For a lot of small businesses, the cloud already does most of this. Here&rsquo;s the mapping:</p>
<table>
	<thead>
			<tr>
					<th>Server Role</th>
					<th>Cloud Alternative</th>
			</tr>
	</thead>
	<tbody>
			<tr>
					<td>File storage</td>
					<td>OneDrive, Google Drive, Dropbox</td>
			</tr>
			<tr>
					<td>Accounting software</td>
					<td>Xero, MYOB Online, QuickBooks Online</td>
			</tr>
			<tr>
					<td>Email</td>
					<td>Microsoft 365, Google Workspace</td>
			</tr>
			<tr>
					<td>Backups</td>
					<td>Cloud backup (Veeam, Acronis)</td>
			</tr>
			<tr>
					<td>User management</td>
					<td>Microsoft Entra ID (Azure AD)</td>
			</tr>
			<tr>
					<td>Print sharing</td>
					<td>Direct IP printing or cloud print services</td>
			</tr>
	</tbody>
</table>
<p>If your business runs on M365 and Xero, and your files are in OneDrive, you might not need a server at all. Seriously.</p>
<h3 id="when-you-still-need-a-server">When You Still Need a Server</h3>
<p>There are legitimate reasons to keep a server on-premises:</p>
<p><strong>1. Line-of-business software that requires it.</strong> Some older (or niche) applications need to run on a local server. If your industry-specific software requires a Windows Server backend, that&rsquo;s not something you can just cloud away.</p>
<p><strong>2. Internet reliability.</strong> If your business is in an area with unreliable internet, relying entirely on the cloud is a gamble. A local server keeps things running when the connection drops.</p>
<p><strong>3. Large file workloads.</strong> If you&rsquo;re working with large files — video editing, CAD, large databases — transferring everything to the cloud and back is slow and expensive. Local storage is faster and doesn&rsquo;t eat your bandwidth.</p>
<p><strong>4. Data sovereignty or compliance.</strong> Some industries have requirements about where data physically lives. If you can&rsquo;t put data in the cloud due to regulatory requirements, on-premises is your only option.</p>
<p><strong>5. Latency-sensitive applications.</strong> If an application needs ultra-low latency to a database or file server, a local machine will always beat a cloud connection.</p>
<h3 id="the-hidden-cost-of-free-servers">The Hidden Cost of &ldquo;Free&rdquo; Servers</h3>
<p>That old server under the desk isn&rsquo;t free. Here&rsquo;s what it&rsquo;s actually costing you:</p>
<ul>
<li><strong>Power:</strong> A server running 24/7 draws 100-400W depending on load. At NZ electricity rates, that&rsquo;s roughly $500-$1,600/year.</li>
<li><strong>Hardware replacement:</strong> Servers last 5-7 years. When they die, a replacement is $2,000-$5,000.</li>
<li><strong>Maintenance:</strong> Updates, patches, troubleshooting. If you don&rsquo;t have in-house IT, that&rsquo;s an MSP callout every time something goes wrong.</li>
<li><strong>Backup:</strong> You need to back up the server itself. That&rsquo;s another cost.</li>
<li><strong>Security:</strong> An unpatched server on your network is a liability. It needs monitoring, firewall rules, and regular updates.</li>
<li><strong>Noise and space:</strong> It&rsquo;s under someone&rsquo;s desk. It&rsquo;s hot. It&rsquo;s loud. That&rsquo;s not nothing.</li>
</ul>
<p>Add it up and a &ldquo;free&rdquo; server is costing you $1,000-$3,000 per year, minimum.</p>
<h3 id="the-cloud-isnt-free-either">The Cloud Isn&rsquo;t Free Either</h3>
<p>On the flip side, cloud services have ongoing costs:</p>
<ul>
<li>M365 Business Premium: ~NZ$36/user/month (excl. GST, annual billing)</li>
<li>Cloud backup: ~$5-$10/device/month</li>
<li>Cloud accounting (Xero): ~NZ$35-$125/month (excl. GST)</li>
<li>Cloud storage beyond included tiers: varies</li>
</ul>
<p>For a 10-person business, you&rsquo;re looking at roughly NZ$450-$600/month in cloud subscriptions. That&rsquo;s NZ$5,400-$7,200/year.</p>
<p>Neither option is free. The question is which set of costs and tradeoffs makes sense for your business.</p>
<h3 id="the-decision-framework">The Decision Framework</h3>
<p>Ask yourself these questions:</p>
<ol>
<li><strong>What does our server actually do?</strong> If you can&rsquo;t answer this, that&rsquo;s your first problem.</li>
<li><strong>Can each of those functions move to the cloud?</strong> List them out. Check.</li>
<li><strong>What&rsquo;s the total cost of the server</strong> (power + hardware amortised + maintenance + backup)?</li>
<li><strong>What&rsquo;s the total cost of the cloud alternative</strong> (subscriptions for each service)?</li>
<li><strong>Do we have compliance or connectivity constraints</strong> that prevent cloud migration?</li>
<li><strong>What happens if the internet goes down?</strong> Can the business function for a day without cloud access?</li>
</ol>
<p>If the cloud alternative is cheaper, your internet is reliable, and nothing requires on-premises — decommission the server. Redirect that money and attention elsewhere.</p>
<p>If you&rsquo;ve got a genuine need for a local server, keep it. But maintain it properly. A neglected server is worse than no server at all.</p>
<h3 id="the-bottom-line">The Bottom Line</h3>
<p>The default assumption in 2026 should be cloud-first for small business. If you can do it in the cloud, do it in the cloud. Only run a server on-premises if you have a specific, identified need that the cloud can&rsquo;t meet.</p>
<p>And if you do run a server, know what it does, keep it updated, and budget for its replacement before it dies at the worst possible time.</p>
<hr>
<p><em>I&rsquo;ve put together a full Server vs Cloud decision guide on Patreon — including a cost comparison template you can fill in with your actual numbers, a migration checklist for moving services to the cloud, and a &ldquo;decommissioning plan&rdquo; for when you&rsquo;re ready to turn that dusty tower off for good. <a href="https://www.patreon.com/c/ITMadeSimple">Get it here</a>.</em></p>
]]></content:encoded></item></channel></rss>