<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: dakota hopson</title>
    <description>The latest articles on DEV Community by dakota hopson (@dakota_hopson_9b84ad51eae).</description>
    <link>https://dev.to/dakota_hopson_9b84ad51eae</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3874255%2F96bbacd0-fff5-496f-87e7-001d721dbeaf.png</url>
      <title>DEV Community: dakota hopson</title>
      <link>https://dev.to/dakota_hopson_9b84ad51eae</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dakota_hopson_9b84ad51eae"/>
    <language>en</language>
    <item>
      <title>I Built a VPS Hosting Business From My Home Lab — Here's How</title>
      <dc:creator>dakota hopson</dc:creator>
      <pubDate>Sun, 12 Apr 2026 01:05:36 +0000</pubDate>
      <link>https://dev.to/dakota_hopson_9b84ad51eae/i-built-a-vps-hosting-business-from-my-home-lab-heres-how-1ae0</link>
      <guid>https://dev.to/dakota_hopson_9b84ad51eae/i-built-a-vps-hosting-business-from-my-home-lab-heres-how-1ae0</guid>
      <description>&lt;p&gt;I recently launched Galaxy Cloud Solutions LLC, a VPS &lt;br&gt;
hosting company running entirely out of my home lab in &lt;br&gt;
Valley City, North Dakota. Here's what I built and how.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hardware
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Dell PowerEdge R630 (dual Xeon E5-2660 v3, 40 threads, 62GB RAM)&lt;/li&gt;
&lt;li&gt;Dual ISP setup with automatic failover&lt;/li&gt;
&lt;li&gt;Cloudflare for DDoS protection and DNS&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Software Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Proxmox VE&lt;/strong&gt; — KVM virtualization hypervisor&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FOSSBilling&lt;/strong&gt; — client management and billing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Nginx&lt;/strong&gt; — reverse proxy and SSH stream tunneling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Python&lt;/strong&gt; — custom auto-provisioning script&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare&lt;/strong&gt; — DDoS protection, DNS, DDNS updates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Uptime Kuma&lt;/strong&gt; — 24/7 monitoring&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;When a customer orders a VM, everything happens automatically:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;FOSSBilling receives PayPal payment&lt;/li&gt;
&lt;li&gt;Triggers my Python provisioning script&lt;/li&gt;
&lt;li&gt;Script clones a Proxmox template&lt;/li&gt;
&lt;li&gt;Configures resources (CPU, RAM, disk)&lt;/li&gt;
&lt;li&gt;Starts the VM and waits for IP via guest agent&lt;/li&gt;
&lt;li&gt;Creates a Cloudflare DNS record&lt;/li&gt;
&lt;li&gt;Sets up Nginx SSH stream proxy&lt;/li&gt;
&lt;li&gt;Sets customer password via guest agent&lt;/li&gt;
&lt;li&gt;Sends welcome email with SSH credentials&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The whole process takes about 3-5 minutes from payment &lt;br&gt;
to SSH access.&lt;/p&gt;

&lt;h2&gt;
  
  
  OS Templates Available
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Ubuntu 24.04 LTS&lt;/li&gt;
&lt;li&gt;Debian 13&lt;/li&gt;
&lt;li&gt;Rocky Linux 9&lt;/li&gt;
&lt;li&gt;AlmaLinux 9&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Plans
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Plan&lt;/th&gt;
&lt;th&gt;vCPU&lt;/th&gt;
&lt;th&gt;RAM&lt;/th&gt;
&lt;th&gt;Storage&lt;/th&gt;
&lt;th&gt;Price&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Nebula 1&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;1GB&lt;/td&gt;
&lt;td&gt;20GB SSD&lt;/td&gt;
&lt;td&gt;$5/mo&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Nebula 2&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;2GB&lt;/td&gt;
&lt;td&gt;40GB SSD&lt;/td&gt;
&lt;td&gt;$10/mo&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Galaxy 1&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;4GB&lt;/td&gt;
&lt;td&gt;80GB SSD&lt;/td&gt;
&lt;td&gt;$20/mo&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Galaxy 2&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;8GB&lt;/td&gt;
&lt;td&gt;160GB SSD&lt;/td&gt;
&lt;td&gt;$35/mo&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Supernova&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;16GB&lt;/td&gt;
&lt;td&gt;320GB SSD&lt;/td&gt;
&lt;td&gt;$65/mo&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;Building this taught me a ton about Linux networking, &lt;br&gt;
KVM virtualization, automated provisioning, and running &lt;br&gt;
a real business. It's been an incredible learning experience.&lt;/p&gt;

&lt;p&gt;Use code &lt;strong&gt;LAUNCH2026&lt;/strong&gt; for 50% off your first month!&lt;/p&gt;

&lt;p&gt;Check it out at &lt;a href="https://galaxycloudsolutions.com" rel="noopener noreferrer"&gt;galaxycloudsolutions.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer any questions about the technical setup!&lt;/p&gt;

</description>
      <category>homelab</category>
      <category>linux</category>
      <category>selfhosted</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
