TR-069 Configuration
Manage ACS credentials, inform interval, and CPE setup instructions.
Status Overview
Connection Status
Last Inform
2026-06-26 11:20:41
ACS URL
http://demo.ispledger.xyz/tr069.php
Use http://, not https://
Credentials & Interval
Setup Instructions
Follow the steps below to configure your MikroTik or Huawei router for TR-069 integration. Copy each command or setting carefully and apply them in order.
MikroTik Router Configuration
Note: If you are not using our billing system, you may not have the hotspot-bridge interface. Before pasting the commands, verify the correct interface (e.g., ether1 or bridge) in your MikroTik configuration.
Copy each command below, paste it into your MikroTik terminal, and press Enter after each one.
/interface vlan add name=ACSFREEISPRADIUS vlan-id=2025 interface=hotspot-bridge
/ip address add address=192.168.120.1/21 interface=ACSFREEISPRADIUS
/ip pool add name=ACSFREEISPRADIUS-POOL ranges=192.168.120.5-192.168.127.200
/ip dhcp-server add name=ACSFREEISPRADIUS-DHCP interface=ACSFREEISPRADIUS address-pool=ACSFREEISPRADIUS-POOL disabled=no comment="acsfreeispradius"
/ip dhcp-server network add address=192.168.120.0/21 gateway=192.168.120.1 dns-server=192.168.120.1
/ip firewall nat add chain=srcnat action=masquerade src-address=192.168.121.0/24 /ip firewall nat add chain=srcnat action=masquerade src-address=192.168.122.0/24 /ip firewall nat add chain=srcnat action=masquerade src-address=192.168.123.0/24 /ip firewall nat add chain=srcnat action=masquerade src-address=192.168.124.0/24 /ip firewall nat add chain=srcnat action=masquerade src-address=192.168.125.0/24 /ip firewall nat add chain=srcnat action=masquerade src-address=192.168.126.0/24 /ip firewall nat add chain=srcnat action=masquerade src-address=192.168.127.0/24
/queue simple add name=acsfreeispradius target=192.168.120.0/21 max-limit=10M/10M comment="acs_freeispradius_speed_limit"
Huawei Router Configuration
Follow these simple steps to configure TR-069 on your Huawei router (e.g., Huawei HG8145V5 or similar models).
- Log in to Your Huawei Router: Open a browser and enter your router’s IP address (e.g.,
192.168.1.1). Log in with your admin credentials (default: admin/admin, unless changed). - Navigate to Advanced Configuration: Click on Advanced Configuration in the router’s interface.
- Access WAN Settings: Go to WAN Settings, click New, and select the first TR-069 Settings option.
- Configure TR-069 Settings:
- Set Service Type to TR069.
- Set VLAN ID to 2025.
- Click Apply to save the settings. Don't touch anything else — that's enough.
- Enable ACS Management: Navigate to System Management, then TR-069 Settings.
- Configure ACS Parameters:
- Check Enable ACS Management.
- Check Enable Periodic Informing and set the interval to 100 seconds. Important: values below 100 seconds may cause server rejection and device blacklisting due to spamming.
- ACS URL:
http://demo.ispledger.xyz/tr069.php - ACS Username:
NAWROZ - ACS Password:
- Leave everything else and click Apply to save the settings.
- Wait for First Contact: Allow a few seconds for the router to contact the ACS server. Check your ACS dashboard to confirm the device appears. Other parameters (e.g., connected clients) will update within a few minutes.
Troubleshooting Guide
If you’re still having trouble after following the steps above, work through this checklist in order:
1 · Confirm the TR-069 VLAN received an IP
On your MikroTik:
- Open
IP → DHCP Server → Leases. - Look for any lease in the range
192.168.120.5 – 192.168.127.254.
2 · Verify WAN status on Huawei
In the router UI go to WAN Information / WAN Status and confirm the TR-069 interface shows an IP address and its state is “bound” or “connected” (not requesting / connecting).
3 · Check bridge / interface names
- If you use the billing system, be sure the Internet feed reaches the port you set as
hotspot-bridge. - If you don’t use our billing system, edit the first MikroTik command to use your own bridge name (might be
bridgeorbridge1); the rest of the commands stay the same.
4 · Paste-and-watch in MikroTik CLI
Paste one command at a time, press Enter, and watch for errors. Resolve any error before moving to the next line.
5 · Information to include when requesting support
Share a screenshot or text of the WAN status / information page showing the assigned IP and connection state. That speeds up troubleshooting.
Get help on Telegram ›