Ethernet Cable Crimping, Testing, and Structured Cabling for the Maker Shop
This site's guide to networking a detached garage or shed workshop covers the bigger-picture decisions — backhaul options, wireless bridges, PoE. This guide covers the hands-on skill underneath all of it: making your own Ethernet cables to the exact length you need, terminating jacks and patch panels for a clean structured install, and testing the result so a flaky connection doesn't cost you an afternoon of troubleshooting later. It's a genuinely useful shop skill on its own — running a Pi-hole, a print farm's network boot server, CNC and laser controller network connections, or a security camera feed all benefit from cabling that's actually the right length and properly terminated, instead of a tangle of mismatched pre-made cables and unreliable couplers.
Cable Types: What to Buy
CategoryRated SpeedNotes for a Shop Cat5e1GbpsStill widely sold and fine for most shop uses, but Cat6 costs little more and has more headroom Cat61Gbps (10Gbps at short runs under ~55m)The practical sweet spot for a new shop install — good future-proofing without Cat6a's stiffness and cost Cat6a10Gbps at full 100m runsWorth it only if you have a specific 10Gbps need (NAS backbone, video editing over network) — noticeably thicker and stiffer to work with Solid-core vs. strandedN/ASolid core is for fixed in-wall/in-conduit runs and terminates into keystone jacks and patch panels; stranded is for flexible patch cables that get plugged/unplugged and flexed regularly — using the wrong one for the job leads to connections that work today and fail after a few months of flexing or wall-fishingTools
- RJ45 crimper. A basic ratcheting crimper works fine for occasional use; a pass-through style crimper (where wires feed all the way through the connector before trimming and crimping in one motion) makes consistent termination noticeably easier for beginners than trying to seat eight wires to a precise, even depth in a traditional connector before crimping blind.
- Cable stripper. A dedicated round-cable stripping tool scores the jacket at a consistent depth without nicking the internal conductors — a utility knife works but risks nicking a wire, which won't be obvious until the cable fails intermittently under flex, sometimes months later.
- Cable tester. Confirms all eight conductors are correctly mapped and there's continuity end to end — covered in more detail below, and genuinely non-optional if you're terminating any cable that matters.
- Punch-down tool. Required only if you're terminating keystone jacks or a patch panel rather than RJ45 plugs directly — seats solid-core wire into the IDC (insulation displacement connector) contacts cleanly.
Wiring Standards: T568A vs T568B
Ethernet uses eight conductors in four twisted pairs, and the order they're terminated in matters — but only in the sense that both ends must match, or use a matched standard, not because one standard performs better than the other electrically. T568B is the more common standard in US residential and most commercial installs; T568A is common in some government and older installs. What actually matters practically: pick one standard and use it consistently for every cable and jack in your shop, and never mix — a cable wired T568A on one end and T568B on the other is a crossover cable, which was historically used for direct device-to-device connections without a switch but will cause problems or simply not work on modern auto-sensing equipment expecting a standard straight-through cable.
PinT568B ColorT568A Color 1White/OrangeWhite/Green 2OrangeGreen 3White/GreenWhite/Orange 4BlueBlue 5White/BlueWhite/Blue 6GreenOrange 7White/BrownWhite/Brown 8BrownBrownTerminating an RJ45 Plug
- Strip roughly 1-1.5 inches of outer jacket using the cable stripper, being careful not to nick the conductor insulation underneath.
- Untwist each pair just enough to arrange the eight wires flat and in order — untwisting more than necessary degrades the cable's noise rejection, which matters more on longer runs than short patch cables.
- Arrange the wires in your chosen standard's color order, trim them to an even length with roughly half an inch remaining past the jacket, and slide them fully into the RJ45 connector, confirming through the clear plastic that every wire reaches the very front of the connector — a wire that stops short won't make contact with its pin when crimped.
- Crimp firmly in one confident squeeze — the crimper drives small metal contacts through each wire's insulation and simultaneously seats a strain-relief clamp on the jacket, and a hesitant or partial crimp can leave a contact not fully seated.
- Repeat identically on the other end, using the same standard, then test before putting the cable into service.
Testing
A basic cable tester (a source unit and a matching remote unit, or a single unit with a loopback plug) checks continuity and correct pin mapping across all eight conductors, catching the most common termination mistakes: a miswired pair, a wire that didn't seat and makes no contact, or a short between adjacent pins from a stray strand of copper. This step is not optional for anything going into a wall, conduit, or a location that's inconvenient to re-terminate later — a cable that tests "mostly fine" but has one marginal pin can produce a connection that negotiates a slower link speed or drops intermittently under load, a failure mode that's miserable to diagnose after the fact compared to catching it with a five-second test right after crimping.
Test ResultLikely Cause One or more pins show open (no continuity)Wire didn't seat fully in the connector before crimping — re-terminate that end Pins show in the wrong orderWiring standard mismatch between ends, or wires arranged incorrectly before crimping Intermittent pass/fail on the same pinMarginal contact — a wire seated but not fully making contact; re-terminate rather than trusting it All pins test correctly but link negotiates below 1GbpsCheck cable category and length, and rule out a bad patch cable or switch port elsewhere in the run rather than assuming this cable specificallyStructured Cabling for a Shop Install
For a permanent shop install — network drops to a CNC controller station, a laser cutter, a print farm rack, or security cameras — running solid-core cable from a central patch panel to keystone jacks at each fixed location, rather than snaking long flexible patch cables everywhere, gives a noticeably cleaner and more serviceable result. Label both ends of every run as you install it (a cheap label maker pays for itself the first time you need to trace a cable a year later), keep a simple map of which patch panel port goes to which room or machine, and leave a little slack at both ends rather than pulling runs drum-tight — cable that's under constant tension is more prone to connector and jack failure over time, especially anywhere it flexes with equipment movement or vibration from a CNC or laser in operation.
Once crimping and testing become routine, making a cable the exact length you need — rather than working around whatever pre-made length happens to be in a drawer — stops being a chore and becomes one of the more useful, frequently-used skills in a shop that runs any amount of networked equipment.
Related Guides
- Networking a Detached Garage or Shed Workshop: Ethernet Backhaul, Wireless Bridges, and PoE
- How to Finish Wood: Oil, Shellac, Polyurethane, and Spray Techniques
- Raspberry Pi: Complete Headless Setup Guide (No Monitor Needed)
- Workshop: Creating a French Cleat Wall
- Workshop: Calibrating a Digital Caliper
- Setting Up Nginx as a Reverse Proxy on Raspberry Pi
- Soldering Basics: Tools, Technique, and Common Mistakes
- Workshop Dust Collection: Setup Guide for Makers and CNC Users