How to enable Wi-Fi access: from router settings to connecting devices

Wi-Fi connection issues are one of the most common technical difficulties faced by home and office network users. Most often, the cause lies not in faulty hardware, but in incorrect settings on the router or device attempting to connect. Network access can be enabled in several ways, from basic internet sharing to fine-tuning permissions for individual devices.

In this article, we'll cover all possible scenarios: how to open Wi-Fi for new devices, set up guest access, change the password, troubleshoot connection errors, and even restrict access for specific users. These instructions are suitable for routers. TP-Link, ASUS, Keenetic, MikroTik, as well as for devices on Windows, Android, iOS And Smart TVIf you are a network administrator, you will learn how to manage connections through MAC filtering And DHCP reservationFor regular users, we've prepared simple steps without technical details.

Before you begin setting up your router, make sure it is turned on and the indicator is on. Wi-Fi lights up green or blue (depending on the model), and the provider's cable is connected to the port WAN/InternetIf the LED is blinking red or not active at all, the problem may be a lack of internet service from your service provider.

📊 What kind of router do you have at home?
TP-Link
ASUS
Keenetic
D-Link
Zyxel
Another

1. Basic router settings for permitted access

The first step is to check the router's basic settings, which are responsible for distributing Wi-Fi. Access is most often blocked due to a disabled wireless network, incorrect operating mode, or channel conflict. You can access the router's control panel through a browser by entering one of the standard IP addresses in the address bar:

  • 🌐 192.168.0.1 - for most models TP-Link, D-Link, Tenda
  • 🌐 192.168.1.1ASUS, Zyxel, Mercusys
  • 🌐 192.168.8.1Huawei, some models TP-Link
  • 🔍 If none of the IP addresses match, look for the address on the sticker on the back of the router or in the instructions.

After entering the IP, you will be asked to enter your login and password. By default, this is often admin/admin or admin/1234If the data has been changed, but you have forgotten it, you will have to reset the router to factory settings using the button Reset (hold for 10-15 seconds).

In the control panel, find the section Wireless network (or Wireless). This should include:

  • Enable wireless broadcasting (Enable Wireless Radio) — main switch.
  • Network visibility (Enable SSID Broadcast) - if disabled, the network will be hidden.
  • Opening hours — choose 802.11n/ac/ax (or 11bgn mixed for compatibility with older devices).

If you have changed the settings, do not forget to save them by clicking the button Save or ApplyThe router will reboot and the changes will take effect.

2. How to allow Wi-Fi access for new devices

If the network is active, but a new device (smartphone, laptop, TV) cannot connect, the reasons may be different: from an incorrect password to restrictions on MAC addressLet's look at how to fix the problem step by step.

2.1. Checking the password and encryption type

The most common mistake is an incorrect password. Make sure you're entering it correctly (case is important!). If you've forgotten your password:

  1. Go to your router's control panel (see section 1).
  2. Go to Wireless Network → Security Settings (Wireless → Security).
  3. View the current password in the field PSK password or Wireless Password.

Also check encryption typeThe best option is WPA2-PSK (or WPA3-PSK for new routers). If it's worth it WEP, please change it: this standard is outdated and insecure. For compatibility with older devices, you can choose WPA2/WPA3 Mixed.

2.2. Disabling MAC address filtering

Some routers block the connection of devices, MAC addresses which are not whitelisted. To check this:

  1. In the control panel, find the section MAC filter (MAC Filtering or Access Control).
  2. If the filter is enabled (Enable), disable it or add MAC address new device.
  3. To know MAC address You can do this in the device settings:
    • 📱 On Android: Settings → About phone → General information → Wi-Fi MAC address.
    • 🍎 On iPhone: Settings → Wi-Fi → (i) next to the network → MAC address.
    • 💻 On Windows: run the command ipconfig /all V Command line and find the line Physical address.

Make sure Wi-Fi is enabled on your device|

Check if your password is correct|

Disable MAC filter or add address|

Reboot your router if the changes are not applied.

-->

2.3. Changing the network operating mode (2.4 GHz vs. 5 GHz)

Modern routers support two frequencies:

  • 📶 2.4 GHz - greater range, but lower speed and more interference from neighbors.
  • 🚀 5 GHz - high speed, but smaller coverage area (walls weaken the signal).

If your device doesn't see the network, it may not support 5 GHz (this applies to older smartphones or smart bulbs). Check your router settings to make sure both frequencies are enabled, and disable 5 GHz or vice versa if necessary.

How do I know what frequency my device supports?

On Android install the application WiFi Analyzer - it will show available networks and their frequencies.

On Windows open Device Manager → Network Adapters and find the model of your Wi-Fi module. Search for its specifications online.

3. Setting up guest Wi-Fi access

If you want to allow guests to access the Internet but not give them access to the local network (for example, to printers or network drives), use guest networkThis is a separate access point with its own password and restrictions.

How to set up guest Wi-Fi:

  1. In the router control panel, find the section Guest network (Guest Network).
  2. Enable guest access and set:
    • 🔐 Network name (SSID) - For example, MyWiFi_Guest.
    • 🔑 Password - easy to remember, but not the same as the main one.
    • ⏱️ Time limit (if you want the network to work only during the day).
    • 🚫 Isolation of clients (AP Isolation) - turn it on so that guests cannot see each other.
  • Save the settings and reboot the router.
  • The guest network usually operates on a frequency 2.4 GHz and has a limited speed. This is done for security: even if a guest connects an infected device, it won't be able to damage your main network.

    4. Allowing access via DHCP and static IP

    If your device connects to Wi-Fi but doesn't have internet access (the "No network access" icon appears), the problem may be in the settings. DHCPThis protocol automatically assigns IP addresses to devices on the network. If DHCP is disabled or configured incorrectly, you will need to assign the IP address manually.

    How to check DHCP settings:

    1. Find the section in the router panel LAN or DHCP.
    2. Make sure that DHCP server included (Enable DHCP Server).
    3. Check the range of addresses being distributed. For example, if the router has an IP 192.168.1.1, the range can be 192.168.1.100–192.168.1.200.

    If DHCP is disabled or you want to assign a permanent IP to the device (for example, for Smart TV or IP cameras), do MAC address reservation:

    1. In the section DHCP find Address Reservation or Static Lease.
    2. Add a new rule by specifying MAC address devices and desired IP (eg 192.168.1.50).
    3. Save the settings.
    4. On the device for which the IP is assigned, in the Wi-Fi settings, select Static IP and enter the same data as in the router.

      Parameter Value for DHCP Meaning for static IP
      IP address Automatically 192.168.1.50 (example)
      Subnet mask 255.255.255.0 255.255.255.0
      Gateway IP of the router (for example, 192.168.1.1) IP of the router (for example, 192.168.1.1)
      DNS Automatically 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)

      5. Troubleshooting Wi-Fi connection errors

      Sometimes network access is allowed, but the device stubbornly refuses to connect. Let's look at common errors and their solutions.

      5.1. "Authentication" or "Incorrect Password" Error

      If your device constantly asks for a password or returns an authentication error:

      • 🔄 Reboot your router and device.
      • 🔑 Make sure you are entering the password for the correct network (if you have multiple access points).
      • 📱 On Android or iOS Forget the network (Wi-Fi Settings → Forget this network) and reconnect.
      • 🛠️ Check the encryption type in your router settings (see section 2.1).

      5.2. Wi-Fi is connected, but there is no internet

      If there is an exclamation mark next to the network name:

      • 🌍 Check if the ISP cable is connected to the port WAN router.
      • 🔄 Restart your router and modem (if separate).
      • 📡 In the router panel, check the internet connection status (section WAN or Internet). If the status Disconnected, contact your provider.
      • 🔧 Try manually specifying DNS (for example, 8.8.8.8) in the device settings.

      5.3. The network is not visible or constantly disappears

      If Wi-Fi appears and then disappears:

      • 📶 Check your signal strength. If it's weak, move your router or use a different one. repeater.
      • 🔄 Change the Wi-Fi channel in the router settings (section Wireless → Channel). Select a channel with minimal interference (for example, 1, 6, or 11 for 2.4 GHz).
      • 🔋 Make sure your router isn't overheating. If it is, let it cool down.
      • 🔄 Update your router firmware (section System Tools → Firmware Upgrade).
    How to choose the best channel for Wi-Fi?

    Use apps WiFi Analyzer (Android) or NetSpot (Windows/macOS). They will show channel congestion and help you choose the freest one.

    6. Allow Wi-Fi access on specific devices

    Wi-Fi connection instructions vary depending on your operating system. Let's break down the specifics for the most popular platforms.

    6.1. Connection on Windows 10/11

    1. Click on the 📶 icon in the lower right corner of the screen.
    2. Select the desired network and click Connect.
    3. Enter your password and confirm.
    4. If the network is hidden, click Hidden network, enter name (SSID) and password.

    If Windows keeps asking for a password:

    • 🔄 Forget the network: Settings → Network & Internet → Wi-Fi → Manage known networks.
    • 🔧 Update your Wi-Fi adapter driver via device Manager.
    • 🛠️ Launch Troubleshooting (right click on the Wi-Fi icon).

    6.2. Connecting on Android

    1. Open Settings → Wi-Fi.
    2. Select a network and enter the password.
    3. If the network is hidden, click Add a network and enter SSID manually.

    If Android doesn't connect:

    • 🔄 Restart your phone.
    • 🔧 Turn the mode on/off Flight mode.
    • 📱 Reset network settings: Settings → System → Reset → Reset Wi-Fi, mobile network, and Bluetooth settings.

    6.3. Connecting to iPhone/iPad

    1. Open Settings → Wi-Fi.
    2. Select a network and enter the password.
    3. If the network is hidden, click Another... and enter the data manually.

    If your iPhone won't connect:

    • 🔄 Forget a network: Tap (i) next to the network name and select Forget this network.
    • 🔧 Update iOS: Settings → General → Software Update.
    • 📱 Reset network settings: Settings → General → Transfer or reset → Reset network settings.

    6.4. Connecting Smart TV (Samsung, LG, Sony)

    The connection algorithm for TVs varies depending on the model. The general procedure is:

    1. Open Settings → Network → Network settings.
    2. Select Wireless network (Wi-Fi).
    3. Find your network in the list and enter the password.
    4. If the network is hidden, select Add a network manually.

    If the TV does not connect:

    • 🔄 Restart the TV (unplug it from the power outlet for 1 minute).
    • 🔧 Update firmware: Settings → Support → Software Update.
    • 📺 Reset network settings to factory settings.

    7. Security: How to allow access without risking your network

    When sharing Wi-Fi, it's important not only to ensure connectivity but also to protect your network from intruders. Here are some key security measures:

    • 🔐 Complex password: Use a combination of letters (in different cases), numbers, and symbols. Example: k7#pL9!mQ2.
    • 🔄 Changing your password regularly: Change it every 3-6 months.
    • 🚫 Disabling WPSThis feature simplifies connection, but is vulnerable to hacking. Disable it in your router settings.
    • 📡 Disabling remote control: in the section System Tools → Remote Management Make sure WAN access is disabled.
    • 🔍 Control of connected devices: Check the list of devices in the section periodically DHCP Clients List or Connected Devices.

    If you notice an unfamiliar device on the network:

    1. Change your Wi-Fi password immediately.
    2. Turn on MAC filtering and add only your gadgets to the whitelist.
    3. Check your router for malware (some viruses can replace DNS).

    8. Additional ways to distribute Wi-Fi

    If standard methods don't work or you need to temporarily share the Internet without a router, there are alternative options.

    8.1. Sharing Wi-Fi from a phone (modem)

    Smartphone on Android or iOS can be used as an access point:

    • 📱 On Android: Settings → Hotspot & Tethering → Mobile Hotspot.
    • 🍎 On iPhone: Settings → Tethering.

    Please note:

    • 📶 Speed ​​will depend on the quality of the mobile network (3G/4G/5G).
    • 🔋 Wi-Fi sharing drains battery quickly.
    • 💰 The operator may charge additional fees for traffic.

    8.2. Sharing Wi-Fi from a Laptop (Windows)

    If you have a laptop with Windows 10/11, you can distribute Wi-Fi via Command line:

    netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=12345678
    

    netsh wlan start hostednetwork

    To stop seeding:

    netsh wlan stop hostednetwork

    You can also use mobile hotspot:

    1. Open Settings → Network & Internet → Mobile Hotspot.
    2. Select your internet source (Ethernet or Wi-Fi).
    3. Set the network name and password, then turn on the hotspot.

    8.3. Signal repeater

    If Wi-Fi is not working in some rooms, use repeater (signal booster). It connects to the main network and rebroadcasts it. Setting up:

    1. Plug the repeater into an outlet near the router.
    2. Click the button WPS on the router and repeater (if supported).
    3. If there is no WPS, connect to the repeater network (usually called EXTender_XXX) and configure it through the browser.
    What is the difference between a repeater and a mesh system?

    Repeater It simply boosts the signal, but creates a separate network that you need to connect to manually. Mesh system (For example, TP-Link Deco or Google Nest WiFi) creates a unified network with automatic switching between points. This is more expensive, but more convenient for larger homes.

    📊 Which Wi-Fi sharing method do you use most often?
    Router
    Telephone (modem)
    Laptop
    Repeater
    Mesh system

    FAQ: Frequently Asked Questions about Wi-Fi Access

    🔍 Why isn't my router distributing Wi-Fi after a factory reset?

    After resetting, the router returns to factory settings, including the network name (SSID) and a password (usually indicated on a sticker). You need:

    1. Connect to the network with the factory name (for example, TP-Link_1234).
    2. Log in to the control panel using the standard IP (see section 1).
    3. Reconfigure the network (set name, password, encryption type).

    If the router does not turn on after resetting, check the power supply or contact a service center.

    📱 How do I connect a device without a screen (like a smart lamp) to Wi-Fi?

    Smart devices (lamps, sockets, speakers) are usually connected via the manufacturer's app. The general algorithm is:

    1. Download the official app (for example, Mi Home for devices Xiaomi).
    2. Register and add a new device.
    3. Put your device into pairing mode (usually you need to hold the button for 3-5 seconds).
    4. In the app, select your Wi-Fi network and enter the password.

    Important: Many smart devices only work with networks 2.4 GHz and do not support WPA3If necessary, change your router settings.

    🔒 Is it possible to allow Wi-Fi access without a password?

    Technically yes, but it's extremely insecure. If you disable encryption (Open Network), outsiders will be able to connect to your network, which will lead to:

    • 🐢 Internet slowdown (traffic will be consumed by other devices).
    • 🔍 Risk of hacking (attackers can intercept your data).
    • 📵 Potential legal problems (if illegal activities are committed through your network).

    Alternative - guest network with a simple password or WPS (one click to connect).

    🖥️ Why can't my PC see Wi-Fi, but my phone can?

    The reasons may be different:

    • 🔌 The Wi-Fi adapter is disabled on PC. Check it out in Device Manager.
    • 🔄 Outdated driverUpdate it through device Manager or from the manufacturer's website.
    • 📶