Čeština
Appearance
Čeština
Appearance
WSL Dashboard simplifies the network communication configuration between WSL 2 and the host machine (Windows), with support for port forwarding and a global HTTP proxy.
Because WSL 2 uses a virtual network adapter, accessing services running inside WSL from other devices on the local network can be complex.
0.0.0.0 (listen on all interfaces) or 127.0.0.1.Configuring a proxy inside WSL (e.g., when git clone or apt install is slow) usually requires modifying multiple configuration files.
http:// and socks5:// protocols.In the network panel, you can view in real time:
For Windows 11 users, WSL 2 supports a "mirrored" network mode.
TIP
Setting auto_shutdown_distros = true in settings.toml ensures that no lingering network listeners are left in the background after closing the Dashboard.
If a port forwarding rule isn't working, check the following:
netstat -ano | findstr :<port> to check.While WSL Dashboard attempts to configure firewall rules automatically, if you have a third-party firewall installed (e.g., Huorong, 360), you may need to manually allow wsldashboard.exe network access.