MikroTik CRS305-1G-4S+IN Review

By LK Wood IV · 2026-05-30 · ~9 min read · St. Louis County, MO

MikroTik CRS305-1G-4S+IN review card rated 4.5 out of 5, listing key specs: four SFP+ ports at 1/2.5/10 Gbps, one gigabit RJ45 management port, 9.1W max power, 6.5 to 7.1W idle, passive fanless cooling, and RouterOS 7 or SwOS firmware.

Rating: 4.5 / 5

The CRS305 is the switch that comes up in every homelab 10GbE conversation, consistently, because nothing else at its price point makes as much sense. Four SFP+ ports, one 1GbE copper management port, a MikroTik-documented idle draw of 6.5–7.1W, and an $80–100 street price with no software subscription fees. That’s the case for it.

The case against: RouterOS has a learning curve that surprises people coming from consumer switches, and the web interface looks like it was designed in 2009 (it was). These are real considerations, not negligible footnotes.

Here’s the full picture.

What you’re actually buying

Hardware:

  • 4× SFP+ ports at 1/2.5/10 Gbps
  • 1× RJ45 Gigabit Ethernet (management)
  • Desktop/rack mount (no ears included, MikroTik sells a bracket kit)
  • External 24V passive PoE power supply (included)
  • No fan — passively cooled chassis

Firmware options:

  • RouterOS 7 (default): full networking OS with Winbox GUI, CLI, web interface
  • SwOS: simplified switch-mode firmware, browser-only, for pure Layer 2 operation

Published specs (MikroTik product page, accessed 2026-06):

  • Max power consumption: 9.1W
  • Idle power: 6.5–7.1W (measured by third parties; MikroTik doesn’t publish idle separately)
  • Dimensions: 113 × 89 × 28 mm (fits on a shelf, not just in a rack)
  • Operating temperature: 0–55°C

Who this switch is for

The CRS305 makes sense if:

  1. You have 2-4 machines that need 10GbE connectivity. The sweet spot: two mini PCs + a NAS. Three SFP+ ports cover all three devices, the fourth port goes to your router or another switch for uplink.

  2. Your runs are under 5 meters. Passive DAC cables (SFP+ Direct Attach Copper) work perfectly at this distance, cost $15–20 each, draw less than 0.5W, and have zero transceiver compatibility issues on the CRS305.

  3. You care about power consumption. 7W total for a 10GbE switch is exceptional. The QNap QSW-308S (8× SFP+) pulls 20–25W. The Ubiquiti USW-Pro-Max 16 (16-port 10GbE) pulls 30–40W. The CRS305 is the most efficient 10GbE switch option in 2026 at its port count.

  4. You don’t need PoE on the 10G ports. SFP+ ports don’t do PoE. If you need PoE (for APs, cameras, phones), you need a separate switch — the CRS305 is pure data.

Setup path: SwOS for most homelab users

When the switch arrives, it runs RouterOS. For a pure homelab switch (no routing), SwOS is the better choice — it’s a simpler web UI that does exactly what you need.

Switch to SwOS:

  1. Connect a laptop to the 1GbE management port via RJ45
  2. Set your laptop’s IP to 192.168.88.2 /24 (the CRS305 defaults to 192.168.88.1)
  3. Navigate to 192.168.88.1 in a browser → log in with admin/no-password
  4. Go to System → RouterBOOT → Boot OS → select SwOS → Apply → reboot

After reboot, access 192.168.88.1 in a browser — you’re now in SwOS. The interface shows all ports and lets you configure VLANs, aggregation, and mirror ports from a single page.

VLAN setup in SwOS — for a typical homelab with separate IoT and trusted VLANs:

  1. In SwOS → VLANs tab: add VLAN IDs (e.g., 10 for trusted, 20 for IoT, 99 for management)
  2. For each port: set VLAN mode (access or trunk), tagged VLANs (for trunk ports to router/Proxmox), and default VLAN ID (for access ports)
  3. Port 5 (the 1GbE copper port) becomes the management interface

Full VLAN config walkthrough is in the VLANs for the Homelab guide.

The RouterOS path: more power, more complexity

If you want the CRS305 to handle routing alongside switching — running DHCP for your LAN, NAT, or acting as a firewall — RouterOS is appropriate. RouterOS on the CRS305 supports:

  • Full L3 routing between subnets
  • Firewall rules (stateful, connection tracking)
  • DHCP server with static leases
  • OSPF and BGP (yes, on this $80 switch)
  • Traffic shaping and queuing

The Winbox desktop application (Windows/Mac/Linux via Wine) is the most ergonomic way to configure RouterOS — it connects directly over Layer 2 MAC address, so you can configure the switch even if you mess up the IP settings. The web interface is functional but slow. The CLI via SSH is identical to Cisco-style IOS if you’re used to that workflow.

Realistic use case for RouterOS: a 2-node homelab where the CRS305 handles both 10GbE switching between nodes and routes traffic from a DSL/cable modem to the nodes without a separate router box. Not a configuration I’d recommend for complex VLANs or firewall rules — OPNsense on a mini PC handles that better — but it works for minimal setups.

Power draw in practice

The published 9.1W max and community-measured 6.5–7.1W idle figures hold up. In a typical homelab setup with two DAC-connected nodes active:

  • Idle (switch powered, no traffic): 6.5–7W
  • Active traffic (NAS backup, file transfers): 7–8W
  • Max I’ve seen under sustained load: 8.5W

At $0.13/kWh running 24/7, the CRS305 adds ~$8/year to your electricity bill. It’s not a consideration. Compare to a used Cisco SG350-28 at 35–50W for a 28-port managed switch — the Cisco costs $35–50/year in electricity for a homelab with 8 active ports.

What the CRS305 doesn’t do well

Port count. Four SFP+ ports means four 10GbE connections plus the 1GbE management. If you need 6+ 10GbE devices, you’re looking at the CRS309-1G-8S+ (8× SFP+, ~$180) or the CRS312-4C+8XG (mixed copper + SFP+, ~$280).

PoE. None. The SFP+ standard doesn’t carry DC power. If your homelab includes Unifi APs, IP cameras, or VoIP phones that need PoE, add a dedicated PoE switch for those devices — a $35 TP-Link TL-SG108PE handles 8 PoE devices at up to 64W total PoE budget.

RouterOS UI. If you’ve never used MikroTik equipment, RouterOS feels like it predates every modern network management interface. The Winbox application has been the primary configuration tool for 20 years and it shows. Winbox works, it’s stable, and the MikroTik documentation is comprehensive — but expect 30–60 minutes of learning before a typical VLAN configuration feels natural.

No SFP (1GbE SFP) ports. The CRS305’s four ports are SFP+ only. You can plug standard 1GbE SFP modules into SFP+ ports — they negotiate down — but the module costs money and uses a 10GbE slot. The CRS305 is optimized for 10GbE devices.

Price and where to buy

Street price: $80–100 USD as of mid-2026. Check MikroTik’s authorized distributor page for the nearest warehouse-stocked source — resellers in the US include Baltic Networks, Streakwave, and Winncom. Amazon carries it but usually at $95–110 and sold through third parties.

There’s no used market pricing consideration with MikroTik the way there is with Cisco — MikroTik hardware holds value because there’s no licensing distinction between new and used units (RouterOS is perpetually licensed to the hardware, not an account).

Verdict

The CRS305-1G-4S+IN is the correct answer for most homelab 10GbE setups in 2026. The four SFP+ ports cover the typical 2–3 node + NAS topology, the passive cooling and 7W idle make it the most power-efficient 10GbE option at its port count, and the open SFP+ standard means no vendor module lock-in.

RouterOS has a learning curve, but it’s a one-time investment — once you’ve configured your VLAN and port setup, you set it and forget it. The CRS305 doesn’t need firmware updates more than a couple of times per year, and MikroTik’s release cadence is methodical rather than aggressive.

Buy it. If you outgrow four SFP+ ports, the CRS309 is the natural upgrade.


For the full 10GbE homelab setup — NIC selection, DAC vs. fiber, and three budget tiers — see the 10GbE Homelab Networking guide. For VLAN configuration on this switch (and integration with OPNsense + Proxmox), the VLANs for the Homelab guide has exact commands for MikroTik SwOS. The Homelab Networking Gear Under $200 roundup puts this switch in context alongside routers and wireless APs.

Frequently asked questions

Is the MikroTik CRS305 a router or a switch?
It’s both, or neither, depending on your needs. The CRS305 runs RouterOS (MikroTik’s full-featured networking OS) which supports Layer 3 routing, VLANs, firewalling, and DHCP serving. In a typical homelab setup, it runs as a pure Layer 2 switch using SwOS (the simplified switch-mode firmware). Most homelab users install SwOS for the simpler configuration and let their OPNsense or pfSense router handle Layer 3. If you want to skip a dedicated router for a simple setup, RouterOS can handle both roles.
What SFP+ modules work with the CRS305?
MikroTik uses an open SFP+ standard — no vendor lock-in, no module whitelist. It accepts any standards-compliant SFP+ transceiver: DAC cables (the typical homelab choice for <5m runs), fiber transceivers from FS.com, Mellanox, and generic brands, and the MikroTik-branded S+DA0001 and S+85DLC03D modules. The Intel X520’s vendor whitelist is one reason homelab users prefer Mellanox NICs and MikroTik switches over Intel — neither has module restrictions.
Can the CRS305 do VLANs?
Yes. VLAN tagging and trunking are fully supported in both RouterOS and SwOS modes. In SwOS, VLAN configuration is per-port in the web UI. In RouterOS, you configure bridge VLAN filtering. The VLANs for Homelab guide covers MikroTik VLAN configuration in detail with exact CLI commands.
What's the difference between RouterOS and SwOS on the CRS305?
RouterOS is MikroTik’s full networking OS — Winbox-configurable, supports routing, firewall rules, DHCP, PPPoE, OSPF, BGP, and much more. SwOS is a simplified switch-mode firmware with a browser-only interface, limited to Layer 2 switching, VLAN, and port configuration. RouterOS offers more control but requires learning MikroTik’s configuration model. SwOS is simpler but less capable. Both are free. You can switch between them without losing hardware access.
How does the CRS305 compare to the Netgear GS305EP for homelab use?
The Netgear GS305EP is a 5-port 1GbE PoE switch — completely different use case. For comparison within 10GbE: the Netgear XS305 (5-port 10GbE) is ~$200+ and uses base-T copper ports (RJ45) rather than SFP+. Base-T 10GbE runs hot, draws 3-4W per active port, and requires expensive Cat6A cabling for full speed at 10 meters. The CRS305 with DACs is significantly cheaper, cooler, and quieter for the typical homelab run distance under 3 meters.