ZTE: How to enable HTTPS-only management
By Sai Kiran Pandrala · reviewed by Sai Kiran Pandrala, Editor Last verified: 2026-05-30
| Vendor | ZTE |
|---|---|
| Operating system | ZXR10 / ZXROS |
| Category | Hardening & Safe Protocols |
| Skill level | Intermediate to advanced |
| DIY-able? | Yes with CLI access; some scenarios need ZTE Customer Support + RMA. |
What this guide covers
How to enable HTTPS-only management on ZTE devices (ZXR10 / ZXROS).
Recommendation
Disable HTTP, enable HTTPS, install a CA-signed certificate, restrict the source IP range.
CLI / commands
# Entered from: configure terminal
interface gei_1/1/1
ip address 10.0.0.1 255.255.255.0
no shutdown
# Save / commit
write
Verify
- Test from a non-admin workstation.
- Confirm fallback works if AAA or external service is down.
- Document the change in your CMDB / change-control.
Frequently asked questions
Will this work on my specific ZXR10 / ZXROS version?
The procedure reflects current ZXR10 / ZXROS behaviour. Older releases may need minor syntax adjustments: use the CLI help (? or tab-completion) to verify.
Should I open a ZTE Customer Support case immediately?
Open one if you suspect hardware failure or the symptom persists after a maintenance-window reload. Make sure your support entitlement is active first.
Where can I find the ZTE official documentation?
https://support.zte.com.cn, search the product family + feature name.
Is this procedure safe in production?
Test in a lab or maintenance window first. Capture pre-change state so you can roll back.
Related guides
Related fixes
Related guides worth a look while you sort this one out:
- ZTE: How to enable management ACL to lock down access
- ZTE: How to enable control-plane policing / rate-limiting
- ZTE: How to enable NETCONF or vendor API over SSH
- ZTE: How to force MFA on the management portal
- ZTE: How to configure logging to a central SIEM
- ZTE: How to disable unused services and protocols
References
- ZTE support portal: https://support.zte.com.cn
- ZTE knowledge base: https://support.zte.com.cn
- ZTE security advisories: https://support.zte.com.cn/support/news/AnnoucementOverviewLatest.aspx
- Open a case: https://support.zte.com.cn
Reference material, not professional advice. Validate against your specific ZXR10 / ZXROS version and test in a non-production environment before applying.
What changed recently?
Fault diagnosis on a ZTE: device goes faster when you map the symptom to a recent change:
- Did firmware update in the last 7 days?
- Did the network (router, ISP, VPN) change?
- Was the device moved physically?
- Did paired devices (phone, hub, app) update?
- Were any accessories swapped in or out?
The answer narrows the root cause to a manageable subset.
Before you start
A few things to confirm so the ZTE: device fix goes cleanly:
- Latest firmware downloaded if you're going to update.
- Warranty + support contract status checked. opening sealed parts may void it.
- Backup of current configuration (where applicable) taken.
- Spare parts on hand if you anticipate replacement.
- Adequate workspace, lighting, and time, rushing causes regressions.
How to confirm it's actually fixed
On a ZTE: device, the test is rarely "reboot and see". Use this list:
- Active reproduction: trigger the original failure path on purpose.
- Indirect reproduction: do an activity that would expose the same subsystem.
- Status indicator review: every LED / display / app status should be green.
- 24-hour soak: leave the device under normal load overnight; check the next morning.
- Telemetry check: review the device or app's diagnostic log for new error entries.
Escalation guide
For a ZTE: device, the right escalation depends on impact:
- Cosmetic / minor: log a ticket via the ZTE: app or web portal. Response 1-3 business days.
- Mid-impact: phone support. Have your serial number ready.
- Critical (production down, safety issue): in-person dealer / TAC visit. Bring proof of purchase.
- Out of warranty: third-party repair shop with manufacturer-certified technicians.
More frequently asked questions
Will this void my warranty?
Applying official firmware updates and following the user manual will not affect warranty. Opening sealed components, jumping safety circuits, or using third-party parts can void warranty in most jurisdictions.
Should I update firmware first or last?
Update firmware first if a release note specifically mentions your symptom. Otherwise, finish the troubleshooting flow first, then update; that way you can isolate whether the update or the underlying fix solved it.
Is it safe to apply during business hours?
If the device is in production use, apply during a scheduled maintenance window. Most procedures need 2-15 minutes of downtime. Capture pre-change state so you can roll back if needed.
Can I roll this back if something breaks?
Yes for software-level changes (firmware rollback, config rollback). Hardware changes are usually one-way. Always back up settings before starting.
Does this affect other devices on my network?
Generally no. The procedure is local to this device. Network-side changes (firmware updates that affect TLS, SMB, or routing) are flagged explicitly in the steps.