SopekSemprit OpenWRT Project

Note for Arcadyan AW1000 users: Please ensure your device is properly prepared before flashing any firmware. Special care required for UART and IPv6 versions.

Support Our Work

If you find this website and its resources helpful, you guys can support,donate or contribute:

Maybank

Account Number: 162030693361

Bank: Maybank Malaysia

Your support helps us continue development and maintain our servers. Thank you!

Need help or want to connect with other users?

Join our global support group:

Visitor Statistic (Latest 7 days record)

Module Information

5G Module Image

5G Module Details

Primary Module: Qualcomm Snapdragon X55 5G Modem

Chipset: Qualcomm IPQ6010 (4x ARM Cortex-A53 @ 1.8GHz)

RAM: 512MB DDR3

Flash: 128MB NAND Flash

Wi-Fi Chipset: Qualcomm QCN5024 (2.4GHz) + QCN5054 (5GHz)

Module Details: Quectel RG500Q-EA

Model: RG500Q-EA

Manufacturer: Quectel Wireless Solutions

5G Chipset: Qualcomm Snapdragon X55

Form Factor: M.2 (NGFF)

Dimensions: 52.0mm Γ— 30.0mm Γ— 2.3mm

Interface: PCIe 3.0, USB 3.1, I2S, GPIO, UART

Operating Voltage: 3.3V Β±5%

Operating Temperature: -40Β°C to +85Β°C

Certifications: GCF, CE, FCC, PTCRB, JATE, TELEC, NCC, SRRC

Supported Bands

Network Type Bands Frequency Range
5G NR n1, n3, n5, n7, n8, n20, n28, n38, n40, n41, n77, n78 Sub-6GHz
4G LTE B1, B3, B5, B7, B8, B20, B28, B38, B40, B41 700MHz - 2.6GHz
3G WCDMA B1, B5, B8 850MHz, 900MHz, 2100MHz

Performance Specifications

5G Download Speed: Up to 2.5 Gbps (theoretical)

5G Upload Speed: Up to 650 Mbps (theoretical)

4G Download Speed: Up to 1.6 Gbps (Cat 20)

4G Upload Speed: Up to 200 Mbps

Wi-Fi Speed: AX1800 (1201Mbps @ 5GHz + 574Mbps @ 2.4GHz)

Concurrent Users: Up to 32 devices

Known Module Issues

Important: If running ATI+QGMR returns a firmware version containing "ACY", you need to upgrade the module firmware. This version is customized for China users only and causes compatibility issues elsewhere.

Common Issues:

Module Firmware Recommendations:
  1. Latest stable versions: R13 01.200 / R13 02.200
  2. Russia-specific: Use R11 version
  3. China-customized firmware (ACY versions) should be replaced

Download Module Firmware:
Google Drive: Module Firmware Collection

⚠️ Important Notice: If you encounter issues during module firmware upgrade or brick your module, contact our technical support immediately:
Telegram: @sopek21

Module Firmware Upgrade Procedure

⚠️ Warning: Module firmware upgrade carries risks. Follow instructions carefully and ensure stable power during the process. Do not interrupt the upgrade.
  1. Flash QWRT China firmware: This firmware contains necessary tools for module upgrade
  2. Connect LAN cable: From your laptop to the yellow LAN port on the modem
  3. Open WinSCP: Connect to 192.168.1.1 (username: root,password: password by default)
  4. Prepare module files:
    • Extract the module firmware package
    • Choose the appropriate version (R13 for most users, R11 for Russia)
    • Drag the entire "update_module" folder to /tmp directory in WinSCP
  5. Open PuTTY: Connect to 192.168.1.1 (port 22) and login as root
  6. Run upgrade command:
    QFirehose -f /tmp Execute the upgrade command
  7. Wait for completion: The process takes 2-5 minutes. Do not disconnect power!
  8. Verify upgrade: After reboot, use AT commands to check version:
    microcom /dev/ttyUSB2 Access modem terminal ATI Check firmware version
Verification: After successful upgrade, ATI command should return firmware version without "ACY" in the name. Example: "RG500QEAR01.200.01.200"
Note: Actual speeds depend on network coverage, signal strength, and carrier limitations. These are theoretical maximum speeds under ideal conditions.

UART Information

⚠️ WARNING: UART modification requires advanced technical skills and will void your warranty. Proceed at your own risk. Incorrect connections can permanently damage your device.
UART Connection Diagram

What is UART?

UART (Universal Asynchronous Receiver-Transmitter) is a hardware communication protocol that allows serial communication between devices. It's essential for:

Why Use UART on AW1000?
The AW1000's UART interface provides direct access to the device's bootloader and system console, bypassing all higher-level security. This makes it invaluable for:
  1. Recovering from failed firmware updates
  2. Bypassing locked bootloaders
  3. Debugging kernel panics
  4. Modifying low-level configurations

UART Connection Details

Baud Rate: 115200

Data Bits: 8

Parity: None

Stop Bits: 1

Flow Control: None

Voltage Level: 3.3V TTL

UART Pin Layout (J6 Connector)

UART Connection Diagram
[1] [2] [3] [4]
 β€’   β€’   β€’   β€’
 |   |   |   |
GND RX  TX VCC(3.3V)
                

Pin 1: GND (Ground)

Pin 2: RX (Receive - Connect to TX of USB-TTL)

Pin 3: TX (Transmit - Connect to RX of USB-TTL)

Pin 4: VCC 3.3V (Do NOT connect to USB-TTL VCC)

Required Tools

Connection Steps

  1. Power off the AW1000 and remove the back cover
  2. Locate the J6 UART connector near the main board
  3. Connect wires:
    USB-TTL GND β†’ Pin 1 (GND) USB-TTL RX β†’ Pin 3 (TX) USB-TTL TX β†’ Pin 2 (RX)
  4. Configure terminal: 115200, 8N1, No flow control
  5. Power on the device while monitoring serial output

Boot Process Output

U-Boot 2012.07-g5e66bd4-dirty (Aug 15 2022 - 14:32:10) DRAM: 512 MiB NAND: 128 MiB In: serial Out: serial Err: serial Net: eth0, eth1 Hit any key to stop autoboot: 3
Tip: During bootup, you have 3 seconds to press any key to enter U-Boot console. From there you can access recovery mode or perform advanced operations.

Common UART Commands

reset Reset to factory defaults boot Boot from different partition setenv bootargs "console=ttyMSM0,115200n8" Set environment variables saveenv Save environment printenv Print environment variables

AW1000 UART Flashing Procedure

  1. Turn off modem completely before starting
  2. Install required software:
    • UART module drivers for your PC/laptop
    • TFTPD server (tftpd.exe)
    • Serial terminal (putty.exe)
  3. Connect module to UART points on AW1000:
    - Ground (UART module) β†’ Ground (modem) - RX (UART module) β†’ TX (modem) - TX (UART module) β†’ RX (modem)
    WARNING: Only connect these 3 points. Be careful with the last right point on modem - it's 5V VCC and should NOT be connected.
  4. Connect LAN cable to the yellow LAN port on modem
  5. Set static IP on laptop:
    IP: 192.168.1.2 Subnet: 255.255.255.0 Gateway: 192.168.1.1
  6. Open TFTPD application:
    • Browse to AW1000 UART folder (download from provided link)
    • Reference pictures available in the download
    • Download link: Google Drive Folder
  7. Open PuTTY:
    - Select "Serial" connection type - Set speed to 115200 - Select COM port detected in Device Manager
  8. Turn on modem while rapidly tapping space bar on PC
  9. Run UART commands:
    1-tftpboot aw1000-mibib.bin 2-flash 0:MIBIB 3-tftpboot factory.bin 4-flash rootfs
  10. Wait for completion: Process will stop when successful. Turn off modem and power back on.

AW1000 Complete Specifications

Device Overview

AW1000 Modem Image

The Arcadyan AW1000 is Telstra's flagship 5G home modem, designed for high-speed internet access in areas with 5G coverage. It combines advanced 5G connectivity with Wi-Fi 6 technology to deliver exceptional performance for modern home networking needs.

Technical Specifications

Model Telstra 5G Home Modem AW1000
Manufacturer Arcadyan Technology
CPU Qualcomm IPQ6010 Quad-core ARM Cortex-A53 @ 1.8GHz
Memory 512MB DDR3 RAM
Storage 128MB NAND Flash
5G Modem Qualcomm Snapdragon X55 5G
Wi-Fi Standard 802.11ax (Wi-Fi 6)
Wi-Fi Speed AX1800 (1201Mbps @ 5GHz + 574Mbps @ 2.4GHz)

Physical Specifications

Dimensions 150mm (W) Γ— 74mm (D) Γ— 18.9mm (H)
Weight Approximately 280g
Power Input 12V DC, 2A (24W)
Operating Temperature 0Β°C to 40Β°C
Humidity 10% to 90% (non-condensing)

Connectivity & Ports

Ethernet Ports: 2 Γ— Gigabit Ethernet (10/100/1000 Mbps)

USB Port: 1 Γ— USB 3.0 (for file sharing/storage)

SIM Card: Nano-SIM slot (supports 5G/4G/3G)

External Antennas: 2 Γ— TS-9 connectors for external 5G antennas

Wi-Fi Antennas: 4 Γ— internal antennas (2.4GHz + 5GHz)

Supported Features

  1. Carrier Aggregation (up to 5CC)
  2. MIMO 4Γ—4 (5G), 2Γ—2 (Wi-Fi)
  3. Beamforming (Wi-Fi 6)
  4. MU-MIMO support
  5. WPA3 security
  6. IPv4/IPv6 dual-stack
  7. UPnP, DMZ, Port forwarding
  8. Guest network
  9. Parental controls
  10. VPN passthrough
Compatibility Note: While designed for Telstra, the AW1000 can work with other Australian carriers (Optus, Vodafone) and international carriers with compatible frequency bands.

Installation Guide

⚠️ IMPORTANT: Flashing custom firmware will void your warranty and may brick your device if done incorrectly. Ensure you have a recovery method (UART) available before proceeding.

Pre-Installation Requirements

Method 1: Web Interface Flashing

  1. Access Web Interface: Navigate to http://192.168.0.1
  2. Login: Use admin credentials (usually admin/admin)
  3. Find Firmware Update: Look for "System" or "Administration" section
  4. Select Firmware: Choose your downloaded .bin file
  5. Start Flashing: Click "Update" and wait (DO NOT POWER OFF)
  6. Wait for Reboot: Device will restart automatically after flashing

Method 2: UART Recovery Mode

  1. Connect UART: Set up UART connection as described in UART section
  2. Power On: Boot device while monitoring serial output
  3. Interrupt Boot: Press any key during 3-second countdown
  4. Set up TFTP: Configure TFTP server on your computer
  5. Load Firmware: Use U-Boot commands to download and flash firmware
  6. Verify Flash: Check that firmware was written correctly
  7. Boot New Firmware: Reset device to boot into OpenWRT

TFTP Server Setup

sudo apt install tftpd-hpa sudo systemctl start tftpd-hpa sudo cp firmware.bin /var/lib/tftpboot/
Recovery Tip: If flashing fails, you can always use UART recovery mode to restore the device. Keep the original firmware backup accessible via TFTP.

Troubleshooting Guide

Common Issues & Solutions

πŸ”΄ Device Won't Boot After Flashing
Symptoms: No lights, no web interface access Solution: 1. Connect via UART 2. Enter U-Boot recovery mode 3. Reflash with known good firmware 4. Check power supply (12V, 2A minimum)
🟑 Wi-Fi Not Working
Symptoms: No Wi-Fi networks broadcast Solution: 1. Check regional settings in OpenWRT 2. Verify wireless driver installation 3. Reset wireless configuration: uci delete wireless.@wifi-iface[0] uci commit wireless wifi
🟠 5G/4G Connection Issues
Symptoms: No cellular connectivity Solution: 1. Check SIM card insertion 2. Verify APN settings for your carrier 3. Check signal strength and location 4. Try different firmware variants (IPv6/No-TTL) 5. Check module firmware version (ATI+QGMR)
πŸ”΅ Ethernet Ports Not Working
Symptoms: No network on wired connections Solution: 1. Check switch configuration in OpenWRT 2. Verify VLAN settings 3. Reset network configuration: /etc/init.d/network restart

Diagnostic Commands

cat /proc/cpuinfo cat /proc/meminfo df -h ip addr show ip route show ping 8.8.8.8 iwconfig iw dev wlan0 scan ls /dev/ttyUSB* qmicli -d /dev/cdc-wdm0 --get-signal-info microcom /dev/ttyUSB2 ATI+QGMR

Log File Locations

System Log: /var/log/messages

Kernel Log: dmesg

Network Log: /var/log/network.log

Wireless Log: /var/log/hostapd.log

Real-time Monitoring: logread -f

Recovery Mode Access: If your device becomes completely unresponsive, use UART recovery mode. This is your last resort to restore functionality.

Factory Reset Procedures

  1. Software Reset: Use OpenWRT web interface β†’ System β†’ Backup/Flash Firmware β†’ Reset
  2. Hardware Reset: Hold reset button for 30 seconds while powered on
  3. UART Reset: Use U-Boot commands to erase configuration partition
  4. Complete Reflash: Flash original Telstra firmware to restore factory state

Tools & Scripts

Essential Tools

πŸ”§ SopekSemprit Download Script

Our custom download script ensures secure and verified firmware downloads. Contact @sopek21 for access.

Features:

  1. MD5/SHA256 verification
  2. Resume interrupted downloads
  3. Automatic backup creation
  4. Compatibility checking

IMEI Changing Method

⚠️ IMPORTANT: Changing IMEI may violate your local laws and carrier terms of service. Use at your own risk.

How to Change IMEI

AT+EGMR=1,7,"new_imei_number"
  1. Connect to modem: Use microcom or terminal to access modem interface
  2. Generate new IMEI: Use a valid IMEI generator like imei.info
  3. Replace "new_imei_number": With your generated IMEI (keep the quotes)
  4. Execute command: Send the AT command to the modem
  5. Reboot modem: For changes to take effect
  6. Qmodem user: For qmodem fimrware version go to modem-qmodem-advance modem setting-set imei and apaste new imei-submit
Purpose: Changing IMEI can help avoid carrier detection when using their SIM in a modem, but may have legal implications in some regions.

Verification

To check current IMEI:

AT+EGMR=0,7
πŸ› οΈ ADB/Fastboot Tools
# Windows Installation Download Platform Tools from Google Add to system PATH # Linux Installation sudo apt install android-tools-adb android-tools-fastboot # Usage adb devices adb shell fastboot devices
πŸ“‘ UART Terminal Software
Software Platform Features
PuTTY Windows/Linux Free, reliable, simple setup
TeraTerm Windows Advanced features, macros
screen Linux/macOS Command-line, built-in
minicom Linux Feature-rich, scriptable

Useful Scripts

QWRT China Auto Script Config
echo -e "nameserver 1.1.1.1" >/tmp/resolv.conf.d/resolv.conf.auto; wget -q -O /tmp/installer https://raw.githubusercontent.com/tryoo127/Aw-Packages/main/install/oneliner; chmod 755 /tmp/installer; /tmp/installer

Description: This script automatically configures QWRT China firmware with:

  1. TTL modification rules for better network compatibility
  2. Package updates and essential tool installations
  3. System configuration (language, timezone, NTP)
  4. Network interface settings
  5. Additional Luci interface components

Usage: Copy and paste into SSH terminal on your QWRT China device.

Package Manager Fix Script
cp /etc/opkg/distfeeds.conf /root/distfeeds.conf.bkp;cat < /etc/opkg/distfeeds.conf src/gz openwrt_core https://downloads.openwrt.org/releases/24.10-SNAPSHOT/targets/qualcommax/ipq807x/packages src/gz openwrt_base https://downloads.openwrt.org/releases/24.10-SNAPSHOT/packages/aarch64_cortex-a53/base src/gz openwrt_luci https://downloads.openwrt.org/releases/24.10-SNAPSHOT/packages/aarch64_cortex-a53/luci src/gz openwrt_packages https://downloads.openwrt.org/releases/24.10-SNAPSHOT/packages/aarch64_cortex-a53/packages src/gz openwrt_routing https://downloads.openwrt.org/releases/24.10-SNAPSHOT/packages/aarch64_cortex-a53/routing src/gz openwrt_telephony https://downloads.openwrt.org/releases/24.10-SNAPSHOT/packages/aarch64_cortex-a53/telephony EOF sed -i 's/^option check_signature/#&/' /etc/opkg.conf;opkg update;opkg install openwrt-keyring;sed -i 's/^#\s*option check_signature/option check_signature/' /etc/opkg.conf
Signal Monitor Script
#!/bin/bash # Monitor 5G/4G signal strength while true; do echo "=== $(date) ===" # Get signal info qmicli -d /dev/cdc-wdm0 --nas-get-signal-strength qmicli -d /dev/cdc-wdm0 --nas-get-signal-info echo "========================" sleep 10 done

Network Analysis Tools

πŸ“Š Built-in OpenWRT Tools
# Bandwidth monitoring nload eth0 # Network scanner nmap -sn 192.168.1.0/24 # Wi-Fi analyzer iwlist scan | grep ESSID # Connection tracking cat /proc/net/nf_conntrack # Traffic analysis iftop -i br-lan

Need Custom Scripts?

Our community creates custom automation scripts for specific use cases:

Developer Flash Script

These are some of the developers from Malaysia who have collaborated in researching and developing firmware for the AW1000 modem. Each of their works has different tuning and unique advantages, especially in optimized CPU usage, user-friendliness, and suitability for VPN users. Below are the flash scripts for each developer if you're interested in using their firmware. You'll need to pay and register to get access to their firmware. You can contact them directly if you're interested or have any questions.

1-SolomonRicky

@yizhen2002

Flash Script Firmware:

echo -e "nameserver 8.8.8.8\nnameserver 2001:4860:4860::8888" >/tmp/resolv.conf.d/resolv.conf.auto; wget -q -O solomonfirmware.sh http://abidarwi.sh/solomonfirmware.sh; chmod 755 solomonfirmware.sh; ./solomonfirmware.sh

Solomon Uboot Script:

wget -q -O /tmp/AW1000_uboot https://firmware.download.solomonricky.eu.org/scripts/AW1000_uboot && chmod +x /tmp/AW1000_uboot && /tmp/AW1000_uboot

2-Abi Darwish (QWRT User Only)

@abidarwish

QWRT 6.5 (Ori China QWRT):

echo 'nameserver 8.8.8.8' >/tmp/resolv.conf.auto && wget -q -O /tmp/installer http://abidarwi.sh/gbps6.5 && chmod 755 /tmp/installer && /tmp/installer

QWRT 6.0 (Taiwan QWRT):

echo 'nameserver 8.8.8.8' >/tmp/resolv.conf.d/resolv.conf.auto && wget -q -O /tmp/installer http://abidarwi.sh/gbps6.0 && chmod 755 /tmp/installer && /tmp/installer

3-NIALWRT

@NIALVPN

Flash Script Firmware:

wget --user-agent=Wget -qO /usr/bin/update https://ota.nialvpn.me/static/client.sh && chmod +x /usr/bin/update && update

Flash Script Firmware:

wget -qO /usr/bin/ota http://ota.pakawrt.me/static/ota.sh && chmod +x /usr/bin/ota && /usr/bin/ota

5-Old Script

SopekSemprit Firmware Script:

echo -e "nameserver 8.8.8.8\nnameserver 2001:4860:4860::8888" >/tmp/resolv.conf.d/resolv.conf.auto; wget -q -O /tmp/installer http://abidarwi.sh/sopekfirmware.sh; chmod 755 /tmp/installer; /tmp/installer
Note: These developers offer premium firmware versions with additional features and optimizations. Contact them directly for more information about their paid firmware packages.

AW1000 Recommended Sellers

Here, we're sharing a list of reputable sellers known for their reliability, expertise in handling the AW10000 modem, and excellent after-sales serviceβ€”backed by positive feedback from customers. You can purchase the AW10000 modem with confidence from these trusted sellers. Additionally, the firmware they provide is developed by Malaysian developers, ensuring localized quality and support.

Local Seller (Malaysia)

3-Global Seller (open for add ad-ree marketing)

Space available for global sellers - contact us for advertising opportunities

VPN Setup & Configuration

What is VPN?

A Virtual Private Network (VPN) creates a secure, encrypted tunnel between your device and the internet. It protects your online privacy by:

VPN Usage on OpenWRT AW1000

To set up VPN on your AW1000:

  1. Access OpenWRT LuCI interface
  2. Navigate to "Services" β†’ "VPN"
  3. Choose your preferred VPN package
  4. Enter your VPN provider credentials
  5. Configure protocols and encryption settings
  6. Enable kill switch for maximum security

Recommended VPN Packages

Package CPU Usage Features Best For
Passwall 2 Low Xray-core, multiple protocols General use
OpenClash Medium Rule-based routing Advanced users
ShadowsocksR (SSR) Medium Obfuscation support Restricted regions
Passwall Legacy High Simple interface Basic needs

VPN Protocols Explained

Xray-core

The next-generation VPN framework that improves upon V2Ray with better performance and security. Supports multiple protocols simultaneously.

VMESS

Encrypted transport protocol with dynamic port switching. Provides good security but has higher overhead than newer protocols.

VLESS

Lightweight protocol that removes VMESS encryption overhead. Requires TLS for security but offers better performance.

How VPNs Work

When enabled on your AW1000, all traffic is routed through an encrypted tunnel to the VPN server. This masks your real IP address and location, while encrypting your data to prevent snooping.

Why Use VPN on OpenWRT?

  1. Secure all devices on your network automatically
  2. Bypass ISP throttling for better speeds
  3. Access region-restricted content
  4. Protect IoT devices with weak security
  5. Maintain privacy from advertisers
  6. Secure sensitive transactions

Recommended VPN Providers

We've partnered with experienced VPN providers who specialize in AW1000 setup and Malaysian telco compatibility:

1. XoolVPN

PREMIUM VPN UNLIMITED
VPN SERVER MALAYSIA:
- NO SUB ACTIVE/EXPIRED
- MAXIX, CELCOX, DIGX
- UMOBILX , UNIFX5G , YEX5G

FILE VLESS-WS / SSH-WS
PRICE PACKAGE:
- RM15 (40 Days)
- RM25 (70 Days)
- RM35 (100 Days)

IPTV OTT + MOVIES VOD
- CHANNEL AXTRX MY
- UPDATE DAILY
- VOD, MOVIES, DRAMA
- RM15 (30 Days)

FREE VPN CONFIG UPDATE
- MAXIX, CELCOX, DIGX
- UMOBILX, UNIFX5G, YEX5G

2. LANUNVPN

πŸ”° LANUNVPN NETWORK PREMIUM πŸ”°

πŸ‡ΈπŸ‡¬ SERVER DO./SG πŸ‡ΈπŸ‡¬
πŸ‘‰ RM19 180 HARI (1 telco)
πŸ‘‰ RM40 1 TAHUN (all telco)

πŸ‡²πŸ‡Ύ SERVER PQ HOSTING πŸ‡²πŸ‡Ύ
πŸ‘‰ RM 19 170HARI (1telco)
πŸ‘‰ RM 42 1TAHUN (all telco)

πŸ‡²πŸ‡Ύ SERVER SHINJIRU πŸ‡²πŸ‡Ύ
πŸ‘‰ RM19 160HARI (1 telco)
πŸ‘‰ RM45 1 TAHUN (all telco)

πŸ‡²πŸ‡Ύ SERVER GBNETWORK πŸ‡²πŸ‡Ύ
πŸ‘‰ RM19 140HARI (1 telco)
πŸ‘‰ RM48 1TAHUN (all telco)

πŸ‡²πŸ‡Ύ SERVER MYKLANET πŸ‡²πŸ‡Ύ
πŸ‘‰ RM 19 120 HARI (1telco)
πŸ‘‰ RM 50 1TAHUN (all telco)

πŸ‡²πŸ‡Ύ SERVER TM NET πŸ‡²πŸ‡Ύ
πŸ‘‰ RM15 35HARI (1 telco)
πŸ‘‰ RM50 150HARI (1telco)

πŸ‡²πŸ‡Ύ SERVE TIME FIBER OPTIC πŸ‡²πŸ‡Ύ
πŸ‘‰ RM15 30HARI (1 telco)
πŸ‘‰ RM55 150HARI (1 telco)

πŸ‡²πŸ‡Ύ MALAYSIA + SINGAPORE πŸ‡ΈπŸ‡¬
πŸ‘‰ 1TAHUN ALL TELCO πŸ‘ˆ
πŸ‘‰ RM60 ONLY πŸ‘ˆ
(Shin/Myklanet/Pq Hosting,GbNet)
(Serve My Pilih Antara Satu Di Atas)

βœ… BOLEH ADD ON DEVICE RM8 βœ…

πŸ”° Maxis
πŸ”° celcom
πŸ”° Digi
πŸ”° Unifi
πŸ”° Umobile
πŸ”° Yes
βœ… Group Support
βœ… Channel
βœ… Fone/Arcadyan/paswall/Xlite

3. NIALVPN

===========================
DIGITALOCEAN SG = 10GBPS
TIMEVPN MY = 600MBPS
===========================
1. ANDROID/IOS/OPENWRT
2. FULLSPEED STABLE SERVER
3. FULLACCESS MY(TIMEVPN)
===========================
HARGA
===========================
      DO SG           TIMEVPN MY
30 HARI RM10     30 HARI RM15
90 HARI RM25      90 HARI RM35
180 HARI RM45 180 HARI RM65
360 HARI RM60 360 HARI RM110
===========================

Gallery-Best Modified

Modified AW1000 Collection

Here are some of the most impressive AW1000 modifications from our community. These devices have been transformed into powerful networking beasts with custom hardware and software enhancements.

Note: These modifications often include hardware upgrades like improved cooling, external antenna connectors, and custom enclosures. Some also feature software modifications for enhanced performance.

Common Modifications

  1. External Antenna Mods: Adding TS-9 connectors for better signal reception
  2. Cooling Solutions: Upgraded heatsinks and fans for sustained performance
  3. Case Mods: Custom enclosures with improved ventilation
  4. LED Lighting: Custom RGB lighting for aesthetic appeal
  5. Power Mods: Enhanced power delivery for stable operation
  6. UART Access: Added external UART ports for easy debugging
⚠️ Warning: These modifications require technical expertise and will void your warranty. Proceed at your own risk.

Modification Guides

For those interested in modifying their AW1000, we have several guides available:

Want to share your AW1000 modifications with the community?

Join our global support group and showcase your work:

Special Acknowledgments

Key Contributors

πŸ‘¨β€πŸ’» solomonricky (Malaysia)

The pioneering compiler for Arcadyan AW1000 in Malaysia who has provided:

  1. First Malaysian successful OpenWRT compilation for AW1000
  2. Continuous guidance and troubleshooting assistance
  3. Development of modified modeminfo for signal monitoring
  4. Essential tools for external antenna tuning
  5. Build uboot flash/recovery for aw1000

His modeminfo modification has become an indispensable tool for:

  • Real-time signal strength monitoring
  • Precision antenna alignment
  • Network optimization
  • Diagnostics and troubleshooting
  • Brick Solution-uboot
πŸ§™β€β™‚οΈ abidarwish (Malaysia)

Our tuning master and script wizard who has achieved:

  1. Advanced CPU core optimization scripts
  2. Perfect balance between performance and temperature
  3. Stable 1.2Gbps download speeds
  4. Innovative thermal management solutions
  5. Firmware Protection binary file

His groundbreaking work includes:

  • Custom CPU governor tweaks
  • Load distribution algorithms
  • Efficiency-focused power management
  • Performance benchmarking tools
πŸ… Tokey Emas Berlian (Malaysia)

A key contributor who provided the AW1000 device for R&D and significantly boosted its development progress.

  1. Initial AW1000 units did not reach speeds beyond 600Mbps; through his persistent testing and insights, performance has improved dramatically.
  2. Highly skilled in crafting and refining command scripts for AW1000 with multiple custom functionalities.
  3. Instrumental in solving specific issues related to signal, stability, and firmware compatibility.

His deep understanding and field experience helped unlock the full potential of the AW1000 platform.

Open Source Projects

🌐 OpenWRT & ImmortalWRT Teams

Special thanks to the OpenWRT and ImmortalWRT development teams for their continuous work on the core system:

  1. Maintaining and updating the main repositories
  2. Fixing issues and improving stability
  3. Providing the foundation for our custom builds

Project Links:

⚑ OpenWRT NSS by qosmio

Special recognition for the Network Subsystem (NSS) development work by qosmio:

  1. Developing hardware acceleration support for Qualcomm platforms
  2. Creating optimized network packet processing
  3. Providing significant performance improvements

The main difference between NSS and OpenWrt's offloading methods is that NSS provides hardware acceleration directly within the SoC, bypassing the CPU almost entirely for certain network tasks. OpenWrt's offloading relies heavily on the CPU to manage and accelerate traffic.

Project Link:

Malaysia AW1000 OpenWRT Community

We extend our deepest gratitude to the entire Malaysian AW1000 OpenWRT community for their:

Relentless research
Creative problem solving
Knowledge sharing
Continuous improvement
Bug discovery
Feature development

This community's dedication has transformed the AW1000 from a carrier-locked device into a powerful, customizable networking platform.

Special Mentions

Contributor Area of Contribution Notable Achievement
SopekSemprit Firmware Compiler Maintaining firmware with all openwrt dialer
qwrt Developers Base System From China Developer Creating the foundation for our custom builds
OpenWRT Team Core System Providing the open-source platform we build upon

Join our community of developers and enthusiasts:

Frequently Asked Questions for New AW1000/OpenWRT Users

These are some of the frequently asked questions by new users using the OpenWRT AW1000 modem.

1. How do I change the SSID and WiFi password?

Change SSID and Password 1 Change SSID and Password 2 Change SSID and Password 3

2. How do I change the modem IP address?

Change IP 1 Change IP 2

3. Why is the modem time not synchronized with my local time?

Time Sync

4. How do I set a password and hostname for the OpenWRT webpage/UI?

Password and Hostname

5. How do I change the AW1000 main theme?

Change Theme

6. How do I change the background theme?
Make sure you are using the Alpha theme to change the custom background.

Alpha Background 1 Alpha Background 2

Still have questions? Our community can help!