Networking a Detached Garage or Shed Workshop: Ethernet Backhaul, Wireless Bridges, and PoE
Our VLAN segmentation guide assumes your shop devices are already reasonably connected and focuses on isolating them from the rest of your home network for security. This guide covers the step before that: actually getting reliable network connectivity out to a detached garage, shed, or standalone workshop in the first place. If your CNC controller, OctoPrint Pi, or laser's LightBurn camera keeps dropping connection because the WiFi signal from the house barely reaches the workbench, this is the problem to solve first.
Why WiFi Alone Usually Isn't Enough
A single router's WiFi signal degrades fast through exterior walls, especially masonry, stucco, or metal-sided outbuildings, which are common for detached garages and are close to a Faraday cage for 2.4/5GHz signals. Even where a signal technically reaches, running a CNC over marginal WiFi means intermittent connection drops during a multi-hour job (see our CNCjs and gSender workflow guides, both of which assume a stable connection to the controller). The fix is rarely "buy a stronger router" - it's getting a real backhaul connection to the structure and running local WiFi from an access point inside it.
Backhaul Options, Ranked by Reliability
MethodReliabilityTypical CostNotes Direct-buried Ethernet (Cat6/Cat6A, direct-burial rated)Highest - unaffected by weather or RF interference$50-200 in materials + trenching laborBest long-term solution if you can trench; run conduit even with direct-burial cable for future-proofing and easier replacement Fiber media converter runHighest, plus full electrical isolation between buildings$100-300No ground loop risk between structures with separate electrical services - worth it if the buildings aren't bonded to the same ground Point-to-point wireless bridge (Ubiquiti airMAX/airFiber, MikroTik, TP-Link Pharos)High, if line-of-sight is clean$100-300 for a pairGood option when trenching isn't possible - needs clear line of sight and careful aiming, delivers near-wired speeds over short distances Mesh WiFi system (extending from the house)Moderate, distance and wall-dependent$150-400 for a multi-node kitEasiest to set up, but a mesh hop through exterior walls is still WiFi and inherits WiFi's reliability ceiling for latency-sensitive jobs Powerline networking (Ethernet over existing electrical wiring)Low to moderate, highly dependent on wiring$60-150 for a kitOnly works well if both buildings share the same electrical panel/phase - a common failure point since detached garages are often on a subpanel fed from the house but wired on a different phase, which can kill throughput entirelyIf trenching is feasible at all, direct-buried Ethernet or a fiber run is worth the up-front labor - it's a one-time project that outperforms every wireless option indefinitely and has zero ongoing interference issues from your own equipment (a CNC spindle, a VFD, or a laser's power supply are all meaningful sources of electrical noise that can degrade a marginal wireless link right in the room they're serving).
Trenching Basics
- Call 811 (or your local utility locate service) before digging, every time, regardless of how confident you are about what's buried - this is free and mandatory in most of the US and Canada.
- Use direct-burial rated cable (look for "direct burial" or "outdoor rated" Cat6/Cat6A) even if you're also running conduit - conduit can crack or fill with water over time, and direct-burial cable is built to tolerate that.
- Bury at your local frost line depth or code minimum, typically 18-24 inches for low-voltage cable, and keep at least 12 inches of separation from any electrical conduit to avoid induced interference.
- Terminate both ends inside proper enclosures (a weatherproof junction box or directly into equipment) - never leave a raw cable end exposed to moisture at the point it exits the ground.
Once You Have a Backhaul: Access Point Inside the Shop
Don't rely on the far end of a long Ethernet or wireless bridge run to also be your WiFi source for everything in the shop - terminate it into a dedicated access point mounted inside the workshop instead. This gives you strong, local WiFi for phones and laptops while keeping wired equipment (CNC controller, 3D printer host, NVR/camera) on a direct Ethernet drop for the lowest-latency, most reliable connection. A small unmanaged or managed switch at the shop end lets you fan the single backhaul connection out to multiple wired devices - this is also the natural point to apply the VLAN segmentation covered in our other networking guide, isolating shop equipment from the rest of the home network at the switch level.
Power Considerations
PoE (Power over Ethernet) switches and access points are worth using in a shop specifically because running a separate power cable to a ceiling-mounted access point or an outdoor camera is often more annoying than running the data cable itself. A PoE switch at the shop end can power an access point, a security camera, and even some low-power sensor nodes off a single Ethernet drop each, simplifying the electrical side of the installation considerably.
Safety and Practical Considerations
- Bonding grounds between two buildings on separate electrical services is a real electrical safety consideration - a copper Ethernet run between buildings with different ground potentials can create a path for dangerous voltage differentials during a fault or lightning event. If your garage has its own subpanel/service, either use a fiber media converter (which is fully non-conductive) or have an electrician confirm proper bonding before running copper Ethernet between structures.
- Outdoor-rated equipment (access points, cameras, PoE injectors) should carry an IP-rating appropriate for your climate if mounted outside or in an unheated, uninsulated shop exposed to condensation.
- Lightning is a real risk for any wire run between buildings, buried or aerial - point-to-point wireless bridges avoid the direct electrical path entirely, while wired runs should include surge protection or an isolator at both ends in lightning-prone regions.
Get the backhaul right first, then layer WiFi and switching on top of it - a shop with a wired or fiber connection back to the house network is a fundamentally different, more reliable working environment than one straining to catch a WiFi signal through a wall, and it's the foundation every other networked shop project on this site (CNC web control, print farm monitoring, security cameras) actually depends on.
Related Guides
- Printing PEEK, PEKK, and ULTEM: What High-Temperature Engineering Filaments Actually Require
- AI-Powered Failure Detection for 3D Printing: Obico, Spaghetti Detective, and Self-Hosted Alternatives
- Laser-Cutting Faux Stained Glass and Mosaic Panels: Acrylic, Leading, and Backlighting
- Backup Power for the Home Workshop: Generators, Transfer Switches, and Battery Backup Compared
- Receiving SSTV Images on Ham Radio: ATS Mini V4, RTL-SDR, and Decoding Software
- Raspberry Pi Compute Module 5: What's New, Carrier Boards, and Migrating from CM4