First Time Setup
On this page
- What Happens on First Boot
- Step 1: Power Up Ryzer
- Step 2: Connect to Ryzer WiFi Network
- Step 3: Access WiFi Configuration Portal
- Step 4: Configure Your WiFi Network
- Step 5: Wait for Connection
- Step 6: Find Your Ryzer’s IP Address
- Step 7: Access the Web Interface
- Troubleshooting First Time Setup
- Security Considerations
- Next Steps
- Need More Help?
After assembling your Ryzer hardware, this guide will walk you through the initial software setup to get online and access the web interface.
What Happens on First Boot
When you power up Ryzer for the first time (or after a reset):
- LEDs turn WHITE - This indicates Access Point mode
- Ryzer creates a WiFi network named “Ryzer”
- WiFi Manager starts - A captive portal for easy configuration
- Waits for your WiFi settings - You provide your network credentials
This whole process is automatic - no coding or flashing required!
Step 1: Power Up Ryzer
Connect hardware (if you haven’t already):
- Plug USB-C cable into Ryzer board
- Connect other end to computer or USB power adapter
- Turn on LED strip power supply
Observe LED status:
- LEDs should turn WHITE within 5-10 seconds
- This means Ryzer is ready for configuration
โ ๏ธ If LEDs don’t turn white: Check Troubleshooting - Connection Issues
Step 2: Connect to Ryzer WiFi Network
On Your Computer (Windows/Mac/Linux)
- Open your WiFi settings
- Look for a network named “Ryzer”
- Click to connect
- No password required - it’s an open network
On Your Phone (iOS/Android)
- Go to Settings โ WiFi
- Find network named “Ryzer”
- Tap to connect
- Temporarily disable mobile data (important!)
๐ก Tip: Disable mobile data on your phone to prevent it from automatically switching away from the Ryzer network.
๐ธ Screenshot Needed: WiFi list showing “Ryzer” network available
Step 3: Access WiFi Configuration Portal
Automatic Portal (Captive Portal)
For most devices, a configuration page should open automatically within a few seconds of connecting.
If the portal opens automatically:
- You’ll see the WiFiManager interface
- Skip to Step 4
Manual Access
If the portal doesn’t open automatically:
- Open a web browser
- Navigate to:
http://192.168.4.1 - You should see the WiFiManager configuration page
๐ธ Screenshot Needed: WiFiManager main page with “Configure WiFi” button
Portal Not Opening?
Try these solutions:
Disable automatic network switching:
- On iPhone: Settings โ WiFi โ Turn off “Auto-Join Hotspot”
- On Android: Disable “Switch to mobile data automatically”
Turn off mobile data (smartphones)
Manually browse to
http://192.168.4.1Try a different device (sometimes tablets work better than phones)
Use a computer instead of phone (most reliable)
Step 4: Configure Your WiFi Network
Once you’re on the WiFiManager page:
Click “Configure WiFi” button
Wait for network scan (5-10 seconds):
- Ryzer will scan for available WiFi networks
- Networks appear sorted by signal strength
Select your home network:
- Click on your WiFi network name (SSID)
- The name should auto-fill in the form
Enter your WiFi password:
- Type your network password carefully
- Click the “eye” icon to verify you typed it correctly
- Case-sensitive - watch for caps lock!
Optional settings (usually not needed):
- SSID: Pre-filled with network you selected
- Password: Your WiFi password
- Leave other fields default
Click “Save” button
๐ธ Screenshot Needed: WiFiManager showing network list and configuration form
Step 5: Wait for Connection
After clicking Save:
Ryzer attempts to connect:
- LEDs change from WHITE to LIGHT BLUE
- This means “connecting to WiFi”
Connection takes 10-30 seconds:
- Be patient, don’t interrupt the process
- Don’t disconnect power
Success indicators:
- LEDs turn BLACK (normal operation mode)
- Ryzer WiFi network disappears
- Your device reconnects to your home WiFi
If connection fails:
- LEDs stay WHITE or turn YELLOW
- Ryzer WiFi network reappears
- Try again with correct password
๐ก Common Mistake: Typo in WiFi password. Double-check caps lock and special characters!
Step 6: Find Your Ryzer’s IP Address
Now that Ryzer is connected to your network, you need to find its address:
Method 1: Use mDNS Address (Easiest)
Just try: http://ryzer.local
- Works on Mac, Linux, and most Windows 10/11 systems
- No need to find IP address
- Easiest method if it works for you
โ ๏ธ Some networks don’t support mDNS (.local addresses). If
ryzer.localdoesn’t work, use Method 2.
Method 2: Check Your Router
- Log into your router (usually at
192.168.1.1or192.168.0.1) - Find “Connected Devices” or “DHCP Clients” section
- Look for device named “ryzer” or “ESP32”
- Note the IP address (example:
10.0.0.123)
๐ธ Screenshot Needed: Router interface showing connected devices with Ryzer highlighted
Method 3: Use Serial Monitor (Advanced)
If you have Ryzer still connected via USB:
- Open PlatformIO or Arduino Serial Monitor
- Set baud rate to 115200
- Ryzer logs its IP address on boot
- Look for line like:
IP address: 10.0.0.123
Method 4: Use Network Scanner App
Use apps like:
- Fing (iOS/Android/Desktop)
- Angry IP Scanner (Desktop)
- Network Scanner (Android)
Look for device named “Espressif” or “ESP32”
Step 7: Access the Web Interface
Open a web browser on any device connected to your network
Navigate to Ryzer:
- Try:
http://ryzer.local - OR use IP address:
http://10.0.0.123(your address)
- Try:
You should see the Ryzer interface!
The interface has four main pages:
- Connection - Configure MQTT connection to printer
- Firmware - Check version and update firmware
- Lighting - Configure LED settings
- Troubleshooting - Diagnostics and reset options
๐ธ Screenshot Needed: Ryzer web interface homepage showing all four sections
Troubleshooting First Time Setup
Can’t Find “Ryzer” WiFi Network
Solutions:
- Wait 30 seconds after power-up for network to appear
- Power cycle Ryzer (unplug USB-C, wait 5 seconds, plug back in)
- Move closer to Ryzer (WiFi range is limited)
- Check if LEDs are WHITE (if not, Ryzer might already be configured)
- Reset WiFi settings
Portal Opened But Can’t Save Settings
Solutions:
- Check that password is correct (case-sensitive!)
- Ensure your WiFi network is 2.4GHz (Ryzer doesn’t support 5GHz)
- Check that WiFi network uses WPA2 security (WEP/WPA3 not supported)
- Try a network with simpler password (no special characters)
Ryzer Won’t Connect to My Network
Check these requirements:
| Requirement | Details |
|---|---|
| Frequency | 2.4GHz only (5GHz not supported) |
| Security | WPA2 (WPA/WEP/WPA3 not supported) |
| Network Type | Standard WiFi (enterprise WPA2-EAP not supported) |
| SSID | Must be broadcast (hidden networks not supported) |
| Password | Max 63 characters |
Can’t Access ryzer.local
Solutions:
- Try IP address instead: Check router for Ryzer’s IP
- Different browser: Try Chrome, Firefox, or Safari
- Different device: Try phone instead of computer
- Check network: Ensure your device is on same WiFi network
- Flush DNS:
- Windows:
ipconfig /flushdns - Mac:
sudo dscacheutil -flushcache - Linux:
sudo systemd-resolve --flush-caches
- Windows:
LEDs Stay White After Saving
This means connection failed. Common causes:
- Wrong password (most common!)
- 5GHz network selected (use 2.4GHz)
- Network out of range
- Router blocking new devices (check router settings)
Solution: The Ryzer network will reappear after 1-2 minutes. Connect again and try with correct settings.
Security Considerations
Is the “Ryzer” Network Secure?
No - The setup network is intentionally open (no password) for easy configuration. This is only active during initial setup.
After setup:
- The “Ryzer” network disappears
- Ryzer joins your home WiFi
- No external access (local network only)
Should I Worry About Security?
Ryzer operates entirely on your local network:
- No cloud connection
- No data sent to external servers
- Only accessible from devices on your WiFi
- MQTT connection to printer is local only
Best practices:
- Use a strong WiFi password
- Keep Ryzer and printer on trusted home network
- Don’t expose Ryzer to the internet (no port forwarding)
Next Steps
Now that Ryzer is online:
- Connect to Your Bambu Lab Printer - Set up MQTT communication
- Configure LED Settings - Adjust LED count and brightness
- Check for Firmware Updates - Ensure you have latest features
Need More Help?
- Troubleshooting Guide - Solutions for common WiFi issues
- FAQ - Frequently asked questions
- Community Forum - Ask questions and share tips
Estimated Setup Time: 5-10 minutes Difficulty: Beginner-friendly Requirements: 2.4GHz WiFi network with WPA2 security