Ruijie Reyee Router Management Guide
Ruijie Reyee Router Management Guide
This guide provides comprehensive instructions for accessing and managing the Ruijir Reyee Wi-Fi router used in the Klinik Gunung network infrastructure. The router is managed through the LuCI web interface, OpenWrt's web user interface.
Router Specifications
- Model: Ruijir Reyee
- Management Interface: LuCI (OpenWrt)
- Default IP: 192.168.110.1
- Access URL:
https://192.168.110.1/cgi-bin/luci/;stok=... - Network: 192.168.110.0/24
Initial Access
Accessing the Router Interface
- Connect to Router Network
- Ensure your device is connected to the Klinik Gunung Wi-Fi network
- Or connect directly via Ethernet cable
- Open Web Browser
- Navigate to:
https://192.168.110.1/cgi-bin/luci/;stok=... - Accept the security certificate warning (self-signed certificate)
- Navigate to:
- Login Credentials
- Username: admin (or as configured)
- Password: Contact network administrator for current password
Security Note
⚠️ Important: The URL contains a security token (stok) that changes periodically. If access is denied, try refreshing the page or contact the network administrator for the current access URL.
Dashboard Overview
After successful login, you'll see the LuCI dashboard with the following main sections:
- Status: System information, network status, routing tables
- System: Administration, backup/restore, reboot
- Network: Interfaces, wireless, DHCP, firewall
- Services: Additional services and applications
Network Configuration
Viewing Network Status
- Navigate to Status → Overview
- Review current network information:
- Active connections
- Traffic statistics
- Connected devices
- System load
Managing Wi-Fi Networks
Accessing Wireless Settings
- Go to Network → Wireless
- View configured wireless interfaces
Modifying Wi-Fi Settings
- SSID Configuration
- Click on the wireless interface
- Modify network name (SSID)
- Set security mode (WPA2-PSK recommended)
- Security Settings
Mode: Access Point ESSID: Klinik Gunung Semeru Network: lan (or appropriate network) Key: [Secure password] Encryption: psk2 - Advanced Settings
- Channel selection (auto or manual)
- Transmission power
- Country code settings
DHCP Server Configuration
- Navigate to Network → DHCP and DNS
- Configure:
- IP range: 192.168.110.100 - 192.168.110.200
- Lease time: 12 hours
- DNS servers: 8.8.8.8, 8.8.4.4
Firewall Management
Basic Firewall Rules
- Go to Network → Firewall
- Default zones:
- lan: Local network (trusted)
- wan: Internet connection (untrusted)
Adding Custom Rules
- Allow Specific Ports
Name: Allow_HTTP Source zone: wan Destination zone: lan Destination address: 192.168.110.X (server IP) Destination port: 80, 443 Protocol: tcp Action: accept - Block Specific IPs
Name: Block_Unwanted_IP Source address: [unwanted IP] Action: reject
System Administration
System Information
- Status → System Log
- View system events
- Monitor for errors or security events
- Status → Processes
- Monitor running processes
- Check system resource usage
Software Management
Updating Packages
# Via SSH (if enabled)
opkg update
opkg list-upgradable
opkg upgrade
Installing New Packages
opkg install package_name
Common packages for network management:
luci-app-ddns: Dynamic DNSluci-app-upnp: Universal Plug and Playluci-app-wol: Wake on LAN
Backup and Restore
- Create Backup
- Go to System → Backup / Flash Firmware
- Click Generate archive
- Save the backup file securely
- Restore Configuration
- Upload backup file
- Click Flash image...
- Select restore configuration
⚠️ Warning: Restoring configuration will overwrite current settings. Always backup before making major changes.
Security Best Practices
Password Management
- Change Default Password
- System → Administration
- Router Password section
- Use strong, unique password
- Enable SSH Access (if needed)
- System → Administration
- SSH Access: Allow
- Interface: lan
Network Security
- Disable WPS
- Network → Wireless
- WPS: Disabled
- Use WPA3 (if supported)
- Encryption: wpa3 (preferred) or wpa2
- MAC Filtering (optional)
- Network → Wireless → MAC Filter
- Allow only specific devices
Remote Access
- Enable HTTPS Only
- Ensure all access uses HTTPS
- Disable HTTP access
- Restrict Admin Access
- Limit admin access to specific IP ranges
- Use VPN for remote management
Monitoring and Troubleshooting
Network Diagnostics
- Ping Test
ping 8.8.8.8 - Traceroute
traceroute google.com - DNS Resolution
nslookup google.com
Common Issues
Wi-Fi Not Working
Symptoms: Devices can't connect to Wi-Fi
Solutions:
- Check wireless interface status
- Verify SSID and password
- Check channel interference
- Restart wireless service
Slow Internet
Symptoms: Slow connection speeds
Solutions:
- Check WAN interface status
- Monitor bandwidth usage
- Check for DHCP conflicts
- Update router firmware
Device Not Getting IP
Symptoms: Devices connected but no internet
Solutions:
- Check DHCP server status
- Verify IP pool range
- Check for IP conflicts
- Restart DHCP service
Log Analysis
- System Logs
- System → System Log
- Look for error messages
- Monitor security events
- DHCP Leases
- Network → DHCP and DNS
- View active leases
- Check for conflicts
Advanced Configuration
VLAN Configuration
For network segmentation:
- Go to Network → Interfaces
- Add new interface
- Configure VLAN ID
- Assign to appropriate zone
Quality of Service (QoS)
For traffic prioritization:
- Go to Network → QoS
- Configure upload/download limits
- Set traffic classes
- Apply rules
VPN Setup
For secure remote access:
- Install OpenVPN packages
- Generate certificates
- Configure server settings
- Create client configurations
Maintenance Tasks
Regular Maintenance Checklist
- Check system logs weekly
- Monitor connected devices
- Update firmware when available
- Backup configuration monthly
- Change passwords quarterly
- Review firewall rules
- Check DHCP leases
- Monitor bandwidth usage
Firmware Updates
- Check Current Version
- Status → Overview
- Note current firmware version
- Download Update
- Visit router manufacturer's website
- Download appropriate firmware
- Install Update
- System → Backup / Flash Firmware
- Upload firmware file
- Click "Flash image..."
⚠️ Caution: Firmware updates can cause downtime. Always backup configuration first.
Emergency Procedures
Router Not Responding
- Power Cycle
- Unplug router for 30 seconds
- Plug back in and wait for boot
- Factory Reset (last resort)
- Press reset button for 10+ seconds
- Access with default credentials
- Restore from backup
Network Outage
- Check internet connection status
- Verify WAN interface
- Check firewall rules
- Review system logs
- Contact ISP if needed
Support and Resources
Documentation Links
Contact Information
For technical support:
- Network Administrator: Contact Information
- IT Support Team: Contact Information
- Manufacturer Support: Ruijir Support Contact
Useful Commands
# SSH Access (if enabled)
ssh root@192.168.110.1
# System information
uname -a
df -h
free -h
# Network information
ifconfig
route -n
iptables -L
This guide should provide comprehensive coverage for managing the Ruijir Reyee router. Regular review and updates to this documentation are recommended as network requirements evolve.
Cross-Origin Resource Sharing (CORS)
Comprehensive guide to configuring CORS for the Klinik Gunung Health Screening System with Laravel backend and Next.js frontend
Server Backup
Dokumentasi ini menyediakan informasi rinci mengenai konfigurasi dan operasional Server Backup yang digunakan untuk menjalankan aplikasi Klinik Gunung.