How to Share PC Screen via Ethernet Cable Without a Router or Internet
Stream your PC display to another computer directly using an RJ45 Ethernet cable. Maximum bandwidth, zero latency, and 100% offline with ScreenTask.
While Wi-Fi is convenient, high-resolution screen sharing over wireless signals can suffer from microwave interference, thick walls, and fluctuating bandwidth. Furthermore, in industrial control rooms, server closets, ships, or air-gapped test labs, wireless transmitters might be forbidden altogether.
Connecting two computers directly with a standard Ethernet cable (RJ45) provides a rock-solid, ultra-low latency connection with up to 1 Gbps or 2.5 Gbps of dedicated bandwidth. With ScreenTask, you can stream your primary PC’s display to a second laptop or desktop over an Ethernet cable with no router, no switch, and zero internet connection.
Why Use Direct Ethernet for Screen Sharing?
- Immunity to Radio Congestion: Unlike 2.4 GHz and 5 GHz Wi-Fi channels that compete with smartphones, Bluetooth devices, and microwaves, copper Ethernet cables deliver steady, jitter-free throughput.
- Sub-Millisecond Network Latency: Direct cable connection reduces network packet transit time to under 1 millisecond.
- No Expensive Crossover Cable Required: All modern network interface cards (NICs) support Auto-MDIX, which automatically detects cable orientation and configures the internal TX/RX pins. Any standard Cat5e, Cat6, or Cat6a patch cable will work.
- Physical Air-Gap Security: Your video data physically cannot be intercepted outside the copper cable link.
Step 1: Connect the Two Computers
- Take a standard Cat5e or Cat6 Ethernet cable.
- Plug one connector into the host computer’s Ethernet port (the PC whose screen you want to share).
- Plug the other connector into the client computer’s Ethernet port (the laptop or secondary PC where you want to view).
- Verify that the Ethernet link lights on both network ports flash green or amber, indicating physical layer negotiation.
Step 2: Configure IP Addresses (Static IP vs. APIPA)
When two computers are connected directly without a router or DHCP server, you have two options for IP assignment:
Option A: Automatic APIPA (Easiest - Zero Configuration)
Modern versions of Windows automatically assign an APIPA (Automatic Private IP Addressing) address within the 169.254.x.x range when no DHCP server is detected:
- Wait 30 seconds after plugging in the cable.
- Open Command Prompt (
cmd) on the host PC and runipconfig. - Locate the
Ethernet adaptersection and note theAutoconfiguration IPv4 Address(e.g.,169.254.45.120).
Option B: Assign Static IP Addresses (Recommended for Speed & Stability)
For permanent or repeatable setups, manual static IPs prevent address renegotiation:
On Host PC (Broadcaster):
- IP Address:
192.168.2.1 - Subnet Mask:
255.255.255.0 - Default Gateway: (Leave blank)
On Client PC (Viewer):
- IP Address:
192.168.2.2 - Subnet Mask:
255.255.255.0 - Default Gateway: (Leave blank)
To set this on Windows:
- Press
Win + R, typencpa.cpl, and press Enter (opens Network Connections). - Right-click your Ethernet adapter $\rightarrow$ Properties.
- Double-click Internet Protocol Version 4 (TCP/IPv4).
- Select Use the following IP address and enter the numbers above. Click OK.
Step 3: Launch ScreenTask on the Host PC
- Download and run ScreenTask on the host PC from the ScreenTask Download Hub.
- In the IP dropdown, select the Ethernet interface address (e.g.,
192.168.2.1or the169.254.x.xAPIPA address). - Set Port to
7070(or9000). - Set Refresh Rate to
200 msor100 ms(because Ethernet easily handles high-frequency image updates). - Click Start Server.
Step 4: Open the Stream in the Client Browser
- On the client computer, open your web browser (Google Chrome, Microsoft Edge, Firefox).
- Type the host PC’s Ethernet URL into the address bar:
(Or yourhttp://192.168.2.1:7070169.254.x.x:7070address if using Option A). - Press F11 to view the stream in fullscreen mode.
[!TIP] If the page does not load, open Windows Defender Firewall on the host PC and ensure an inbound exception is granted for port 7070 across Private profiles, or run
New-NetFirewallRule -DisplayName "ScreenTask Ethernet" -Direction Inbound -LocalPort 7070 -Protocol TCP -Action Allow -Profile Anyin PowerShell.
Using an Unmanaged Ethernet Switch for Multi-Client LAN Sharing
If you want to broadcast one PC screen to 3, 5, or 10 laptops via Ethernet cables simultaneously:
- Connect an inexpensive 5-port or 8-port Gigabit unmanaged switch.
- Run an Ethernet cable from each computer into the switch.
- Assign each machine a unique static IP on the same subnet (
192.168.2.1for host,192.168.2.2,192.168.2.3, etc. for viewers). - All client machines can now access
http://192.168.2.1:7070simultaneously with zero Wi-Fi drops.
Related Guides & Resources
Try ScreenTask Free & Offline
Experience seamless, low-latency screen sharing on your local Wi-Fi or Ethernet network with zero internet required.