Switching to a new router is often a headache for smart speaker owners - especially when it comes to Yandex Stations with a voice assistant AliceMany users have encountered a problem where, after replacing their router, their speaker stops connecting to the internet, loses settings, or even completely forgets all saved smart home devices. The reason lies in Alice being tied to a specific Wi-Fi network: when you change the router, not only the network name changes (SSID), but also security parameters, which requires a complete reconfiguration.
In this article we will look at Three official ways to transfer Alice to a new router — via a mobile app, web interface, and alternative methods for complex cases (for example, if the speaker doesn't respond to voice commands). We'll pay special attention to common errors, such as "Unable to connect to the network" or "The device is not responding", and we'll explain how to avoid them. The instructions apply to all models: from Yandex Stations Mini to Yandex Stations Max with display.
Why doesn't Alice connect to the new router automatically?
Unlike smartphones or laptops, smart speakers do not support the function automatic reconnection to previously saved networks. This is due to the protocol's specifics. Wi-Fi Protected Setup (WPS), which Alice uses for initial setup. When replacing a router, the following changes occur:
- 🔄 Changing SSID - even if the new network name is the same as the old one, the column perceives it as new due to the change
BSSID(MAC addresses of the router). - 🔒 Update password - the new router may use a different type of encryption (for example,
WPA3instead ofWPA2). - 📡 Changing the frequency range - if the old router worked on
2.4 GHz, and the new one is on5 GHz, Alice may not see the network. - 🛡️ MAC address blocking — Some routers prohibit the connection of new devices by default.
Besides, Yandex Station does not support the function Wi-Fi Roaming, so even if both routers (old and new) are running simultaneously, the speaker won't automatically switch to the stronger signal. This is for security reasons: to prevent connections to other networks with similar names.
Preparing for the transfer: what to check before setting up Alice
Before you begin setup, make sure your new router is ready to connect smart devices. Skipping this step often leads to errors like "No internet access" or "Device not found".
Make sure the router is turned on and distributing Wi-Fi|
Check that the network operates in the 2.4 GHz range (Alice does not support 5 GHz in some models) |
Disable MAC address filtering in router settings|
Set a network password without Cyrillic characters and spaces|
Connect your smartphone to the same network that you will be connecting Alice to.
Critical router settings for Alice:
| Parameter | Recommended value | Why is it important? |
|---|---|---|
| Frequency range | 2.4 GHz (or Dual band 2.4+5 GHz) |
Alice Mini and Station 2 do not support 5 GHz offline |
| Encryption type | WPA2-PSK (AES) |
WPA3 may cause compatibility issues |
| Hiding the SSID | Disabled | Alice can't connect to hidden networks. |
| Opening hours | 802.11n or 802.11ac |
Old standards (802.11b/g) may slow down work |
If your router supports the function Guest network, don't use it for AliceThe guest network often restricts access to local devices, which means the speaker won't be able to control your smart home (for example, turn on light bulbs). Xiaomi or sockets Redmond).
⚠️ Attention: If you use Mesh system (For example, TP-Link Deco or Keenetic), make sure that all network nodes are configured to the same SSID and password. Otherwise, Alice may freeze when switching between access points.
Method 1: Transferring Alice via a mobile app (official method)
This is the most reliable method recommended Yandex. It is suitable for all models of speakers, including Yandex Station 2 And Yandex MiniThe entire process will take no more than 5–7 minutes.
Step 1. Remove the current network from Alice's memory:
- Open the app Yandex with Alice on your smartphone.
- Go to the section
Devices → Your Station → Settings (⚙️). - Select
Wi-Fiand pressForget the network.
Step 2. Connect the speaker to the new router:
- In the same section
Wi-FiclickConnect to the network. - Select the name of your new router from the list (
SSID). - Enter your Wi-Fi password. If the password contains special characters, use the English keyboard layout.
- Wait for the message
"The device is connected".
Step 3. Check functionality:
- 🗣️ Ask Alice:
"Alice, what's the weather forecast for today?" - 🎵 Start the music with the command:
Turn on the radio - 💡 Try controlling your smart home (if devices are connected).
⚠️ Attention: If after connecting Alice says"No internet connection", check if your router is blocking its access to Yandex servers. To do this, go to your router settings (FirewallorParental control) add the following domains to the exceptions:alisa.yandex.rustation-api.yandex.ru
quasar.yandex.ru
Method 2: Setting up via the web interface (if the application does not work)
If the mobile app doesn't see the speaker or returns an error "Unable to connect", can be used web version of Yandex IDThis method is especially useful for owners Yandex Stations Max with display.
Instructions:
- Open a browser on your computer or smartphone and go to the website passport.yandex.ru (log in using the same account as on the Station).
- Go to the section
Devices → Your Station → Wi-Fi Settings. - Click
Change networkand select a new oneSSID. - Enter your password and save changes.
If the speaker does not appear in the list of devices:
- 🔌 Reconnect the Station's power supply (pull the cord out for 30 seconds).
- 📱 Make sure your smartphone and speaker are connected to the same network.
- 🔄 Reboot your router (using the button)
Resetor through the control panel).
Alternative route (if the web interface is not available):
- Press and hold the button
Action(🎵) on the speaker for 5 seconds until the orange indicator lights up. - Alice will voice:
Ready to set up. - In the mobile app, select
Add a device → Yandex Stationand follow the instructions.
What should I do if Alice asks me to update the firmware?
If after connecting to a new router Alice says "Update required", but the process freezes:
1. Connect the speaker to the old network (if possible) and wait for the update.
2. If there is no old network, use mobile Internet: enable it in your smartphone settings Access point, connect Alice to it and start the update.
3. After a successful update, return to setting up the new Wi-Fi.
Method 3: Manual setup for advanced users (via ADB)
This method is only suitable for Yandex Stations 2 And Max with it turned on developer modeIt requires technical skills, but can save the situation if standard methods fail.
Step 1: Enable Developer Mode:
- Download the utility
ADB(For example, Platform Tools from Google). - Connect the speaker to your computer via USB (use the original cable).
- Enter the command:
adb shell settings put global development_settings_enabled 1 - Reboot the Station with the command:
adb reboot
Step 2: Set up Wi-Fi via the console:
- Check current networks:
adb shell cmd wifi list-networks - Remove the old network (replace
[ID]to the number from the list):adb shell cmd wifi forget-network [ID] - Connect to a new network:
adb shell cmd wifi connect "NETWORK_NAME" "PASSWORD"
Important! After manual configuration, disable developer mode:
adb shell settings put global development_settings_enabled 0
⚠️ Attention: Usage ADB This may reset your settings or void your warranty. Do not change any settings other than those specified in the instructions.
Common mistakes and their solutions
Even with a properly configured router, Alice may still refuse to connect. Let's look at the most common issues and how to fix them.
| Error | Possible cause | Solution |
|---|---|---|
"Unable to connect to the network" |
Incorrect password or encryption type | Check the case of the characters in the password. Switch the router to WPA2-PSK. |
"The device is not responding" |
The station is in sleep mode or is low on battery. | Connect the speaker to the charger, press the microphone button. |
"No internet access" |
The router is blocking Yandex DNS. | Specify DNS in the router settings 77.88.8.8 And 77.88.8.1. |
| Alice can't see the network. | The network is hidden or running on 5 GHz |
Turn on visibility SSID or switch the router to 2.4 GHz. |
"Authentication Error" |
MAC filtering on a router | Disable filtering or add the Station's MAC address to the whitelist. |
If none of the methods helped, do the following: reset settings:
- Press and hold the button
Action(🎵) 15 seconds until the orange indicator flashes. - After rebooting, set up the speaker as new through the app.
How do I transfer my smart home settings to a new router?
After changing your Wi-Fi connection, all smart home devices (light bulbs, sockets, sensors) may become unavailable to Alice. This happens because many gadgets are linked to the app rather than an account. local network.
Step 1: Check your device connections:
- 💡 For Xiaomi or Aqara: open the application Mi Home and update the list of devices.
- 🔌 For Redmond or Rubetek: Reconnect the sockets in their proprietary applications.
- 🔊 For Sonoff: Check that the devices are online eWeLink.
Step 2. Sync with Alice:
- In the Yandex app, go to
Smart Home → Devices. - Click
RefreshorAdd a device. - Select a service (eg. Mi Home) and log in.
Step 3: Reconfigure the scripts:
Voice commands like "Alice, turn off the light." They may not work if the device name has changed on the new network. Check the names in the manufacturer's apps and rename them if necessary.
Frequently asked questions about transferring Alice to a new router
Is it possible to connect Alice to two Wi-Fi networks simultaneously?
No, Yandex Station Supports connection to only one network at a time. However, you can manually switch between networks in the app settings.
Why does Alice connect to the router, but the Internet doesn't work?
This is due to DNS blocking or inaccessibility to Yandex servers. Check your settings. DHCP On the router or manually enter DNS 77.88.8.8.
How do I transfer Alice to a router with a different provider?
The process is provider-independent. The main thing is that the new router is configured to distribute Wi-Fi with support 2.4 GHz And WPA2.
Is it possible to use Alice without the Internet?
Partially. The speaker will be able to play music from a connected USB drive or respond to simple commands (such as an alarm), but the voice assistant and smart home features will not work.
What should I do if Alice can't see the TV after changing the router?
Update your TV's firmware and make sure both devices are connected to the same network. LG or Samsung reconfiguration may be required DLNA.