How to disconnect a device from a Rostelecom Wi-Fi router: step-by-step instructions for all models

Have you noticed an unfamiliar device in the list of connected devices, or do you want to restrict internet access for a specific device? Disconnecting devices from a Wi-Fi router Rostelecom — a procedure that is useful in a variety of situations: from basic network security to parental controls. In this article, we'll cover all the current methods, including deletion via web interface, mobile application Rostelecom Personal Account, as well as alternative methods for cases where standard settings are not available.

It is important to understand that the procedure may vary slightly depending on router models (RTK Gpon-244M, Sagemcom F@st 5364, Sercomm RV6699 and firmware versions. However, the general procedure remains the same. If you've never accessed your router's control panel before, don't worry: we'll explain every step in detail, including how to access the settings and find the sections you need.

Before you begin, make sure you have access to the router (logins/passwords for login or physical access to the device). If you are renting equipment from RostelecomThe login details are usually located on a sticker on the back of the router. Otherwise, you can find them in your provider's account.

📊 How often do you check the list of devices connected to Wi-Fi?
Never
Once every few months
Every month
Only if I notice suspicious activity

1. Disabling the device via the router's web interface

The most reliable and universal method is to use the router's admin panel. This method works for all models, provided Rostelecom, including RTK, Sagemcom And SercommThe instructions are suitable for both 192.168.1.1, as well as for alternative IP addresses like 192.168.0.1 or 192.168.8.1.

To get started, follow these steps:

  1. Connect to the router's network — via Wi-Fi or an Ethernet cable. Make sure your device (PC, smartphone, tablet) is receiving internet from Rostelecom.
  2. Open your browser and enter in the address bar 192.168.1.1 (or another IP if it has changed). Click Enter.
  3. Log in - use the login and password from the sticker on the router (usually admin And admin or a unique password from Rostelecom).

If you're logged in successfully, you'll see the main settings page. The next steps depend on your model:

  • 🔍 For RTK Gpon-244M and similar: go to Network → Wi-Fi → Client List.
  • 🔍 For Sagemcom F@st 5364: open Home Network → Devices.
  • 🔍 For Sercomm RV6699: find the section Wireless → Station Info.

In the list of connected devices, find the one you need (focus on MAC address or Name). There will be a button next to each device. Disable (or Block, Disconnect). Press it and confirm the action. Some models allow block the device permanently - To do this, select the option Add to blacklist.

☑️ Preparing to turn off the device

Completed: 0 / 4

2. Using the Rostelecom Personal Account mobile application

If you prefer to manage your network from your smartphone, use the official app. Rostelecom Personal Account (available for Android And iOS). This method is suitable for most modern ISP routers, but requires first linking the equipment to your account.

Algorithm of actions:

  1. Download and install the application from App Store or Google Play.
  2. Log in with your service login Rostelecom (phone/email + password).
  3. Go to the section Internet → My Devices (or Wi-Fi → Connected devices, depending on the version of the application).
  4. Find the device you want to disable in the list and tap it.
  5. Select an option Disconnect from the network or Block.

The application allows you not only to turn off devices, but also set traffic limits, set priorities or enable parental controlsHowever, please note that functionality may vary depending on router models And tariff plan.

3. Disconnection via the WPS button (to temporarily break the connection)

Few people know, but the button WPS on the router can be used not only for fast connection, but also for forced shutdown of all devices from Wi-Fi. This method will work if:

  • ⚡ Do you want instantly break all connections (for example, if there is a suspicion of a break-in).
  • ⚡ You do not have access to the web interface or application.
  • ⚡ You need to reboot the network without turning off the router's power.

Instructions:

  1. Find the button on the back of the router. WPS (sometimes signed as Wi-Fi Protect Setup).
  2. Press it on 10-15 secondsuntil the indicators on the front panel start flashing.
  3. Release the button - all devices will be disconnected from Wi-Fi, but the router will remain on.

Please note: this method does not block devices permanentlyOnce they reconnect to the network, they will be able to access the internet again. To permanently disconnect, use blacklist in the web interface.

What to do if the WPS button does not work?

If the indicators do not respond after holding the WPS button, check:

- Is the WPS function enabled in the router settings (Security → WPS).

- Is the button physically broken (try pressing it carefully with a pencil).

- Is this function disabled in the firmware (on some models it is removed due to vulnerabilities).

4. MAC address blocking (permanent disabling)

If you want ban forever For the device to connect to your network, add it MAC address blacklist. This method works even if the gadget is not currently connected to Wi-Fi. A MAC address is a unique identifier for a network interface, which looks like 00:1A:2B:3C:4D:5E.

How to add to the blacklist:

  1. Find out the MAC address of the target device (you can find it in the list of connected clients in the web interface or in the settings of the gadget itself).
  2. In the router control panel, go to the section Wi-Fi → MAC Address Filter (or Security → Access Control).
  3. Activate the filtering function and select the mode Ban (or Blacklist).
  4. Add the MAC address to the list and save the settings.

After applying the changes the device will not be able to connect to your network, even if you know the password. To unlock it, simply remove the MAC address from the list.

5. Changing the Wi-Fi password (radical method)

If you need to disable all devices at once (for example, if the router owner changes or there is a suspicion of a password leak), the easiest way is change network security keyThis will disconnect all active connections, and you will need to enter a new password to reconnect.

How to change your password:

  1. Log in to the router's web interface (instructions in first section).
  2. Go to Wi-Fi → Security Settings (or Wireless → Security).
  3. In the field Password (Password, Pre-Shared Key) enter a new key (we recommend using at least 12 characters with numbers and letters).
  4. Save the settings and wait for the router to reboot.

After this, all devices will be disconnected, and you will have to manually reconnect them. This method is useful if you want completely reset the list of connected gadgets.

6. Alternative methods (for advanced users)

If standard methods don't work, you can use additional tools. These methods require a little more technical knowledge, but can be useful in unusual situations.

Method Description When to use
Telnet/SSH Connecting to the router via the command line to manually disconnect clients. If the web interface is unavailable but remote access is enabled.
Python script Automatic shutdown of devices according to a schedule (requires programming skills). To automate network management (for example, turning off guest devices at night).
Guest network Move unwanted devices to an isolated guest network with limited access. If you need to leave the device access to the Internet, but limit the local network.

For example, to turn off the device through Telnet you can use the command:

iw dev wlan0 station del MAC address

Where wlan0 — the name of the Wi-Fi interface, and MAC address — the target device identifier. This method works on routers with firmware based on OpenWRT or DD-WRT, But Not supported by most stock firmware from Rostelecom.

How do I know if my router supports Telnet/SSH?

This feature is disabled by default on most routers. RostelecomActivating it will require reflashing the device, which will void the warranty and may impair the operation of the device.

7. Common mistakes and how to avoid them

When disabling devices, users often encounter typical problems. Here are the most common ones and how to solve them:

  • 🔄 The device reconnects after being disconnected — check if the Wi-Fi password is saved in the gadget’s memory (delete the network in its settings).
  • 🔄 The "Disable" button is not visible in the web interface. - update your router firmware or try a different browser (we recommend Mozilla Firefox or Google Chrome).
  • 🔄 After changing the password, the router does not distribute Wi-Fi. - Make sure you save your settings and wait for the reboot (may take up to 2 minutes).
  • 🔄 The MAC address of the device changes - some gadgets (especially on Android 10+ And iOS 14+) are used MAC randomizationIn this case, MAC blocking won't help.

If none of the methods worked, check:

  • 🛠️ Firmware relevance - older versions may contain errors.
  • 🛠️ Access rights - If you are not a network administrator, some features may be blocked.
  • 🛠️ Hardware malfunctions If your router is overheating or operating unstably, try resetting it to factory settings.
⚠️ Attention: If you notice in the list of connected devices unfamiliar gadgets with names like Unknown Device, Android_1234 or iPhone (2), this may indicate unauthorized accessIn this case, we recommend not only turning off the device, but also change your Wi-Fi password, and also check the router's security settings (disable WPS, turn on WPA3).

FAQ: Answers to frequently asked questions

Can I turn off my device remotely if I'm not at home?

Yes, if you have access to Rostelecom personal account or mobile applicationBoth services have a function for managing connected devices. You can also use VPN connection to your home network (if configured) to access the router's web interface.

How do I turn off my device if I forgot my router password?

There are two options:

  1. Reset the router to factory settings (button Reset on the back panel, hold for 10 seconds). After this, the login/password will become standard (admin/admin).
  2. Specify login details Rostelecom personal account (chapter My devices).

Please note: resetting the settings will disable all devices from Wi-Fi, and you will have to set up the network again.

Why does the device reconnect immediately after disconnecting?

This happens if:

  • The Wi-Fi password is saved on the device (delete the network in its settings).
  • Feature enabled automatic connection (on Android: Settings → Network & Internet → Wi-Fi → Advanced → Auto-connect).
  • The device uses static IP (check the network settings on your gadget).
How do I disable a device on Rostelecom routers older than 5 years?

On older models (eg, Sagemcom F@st 2804) The interface may differ. Try:

  1. Login by IP 192.168.1.1 (or 192.168.0.1).
  2. Find a section DHCP → Clients or Wireless → Associated Devices.
  3. If there is no disable button, copy MAC address and add it to MAC filter.

If the interface is in English, look for sections Wireless, Security, MAC Filter.

Is it possible to turn off the device without access to the router?

No, disabling requires access to the router settings or physical access to it (for example, to press a button) WPS). However, you can:

  • Turn off Wi-Fi on the device itself (if it is yours).
  • Ask the network owner to do it for you.
  • If we are talking about public Wi-Fi (for example, in a cafe), contact the establishment's administrator.
⚠️ AttentionRouter settings Rostelecom may be updated depending on the firmware and provider's policies. If your web interface is missing these sections, please check firmware version in the section System → Information and, if necessary, update it through your personal account.