Skip to content

Instantly share code, notes, and snippets.

@ndunks
Last active December 5, 2025 15:15
Show Gist options
  • Select an option

  • Save ndunks/d767eb572a916a8349b69cdf3b75a341 to your computer and use it in GitHub Desktop.

Select an option

Save ndunks/d767eb572a916a8349b69cdf3b75a341 to your computer and use it in GitHub Desktop.
Manual help untuk Modem Indihome TELNET ZTE F609

Telnet Manual Modem Indihome

Saya sering lupa, jadi tulis aja di gist.

Login Root via Telnet

telnet 192.168.1.1
login: root
pass : Zte521

List Konfigurasi Telnet

sendcmd 1 DB p TelnetCfg

Ganti password user 'root' telnet

sendcmd 1 DB set TelnetCfg 0 TS_UPwd yournewpassword

List User untuk login Web Interface

sendcmd 1 DB p DevAuthInfo

Ganti Password user 'admin' Web Interface

sendcmd 1 DB set DevAuthInfo 0 Pass yournewpassword

More Info

Save DB

sendcmd 1 DB save

List Tabel dalam Database

sendcmd 1 DB all

Lihat isi tabel

sendcmd 1 DB p {TableName}
sendcmd 1 DB p DevAuthInfo
@Rampes200
Copy link

Rampes200 commented Oct 27, 2025 via email

@mazksr
Copy link

mazksr commented Nov 21, 2025

Btw, aku berhasil decode config.bin pake perintah ini:

python examples/decode.py --signature F609 config.user.bin config.user.xml

Pake tools zte-config-utility

Software version berapa bro?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment