PHC-MyHero
Eternal Poster
WORKS WITH AN5506-XX-XX AND HG6245D OF ALL VERSIONS (RP25XX-RP28XX)
REQUIREMENTS: ROOT SHELL(telnet)/USB-TO-TTL & SUPERADMIN (fiberhomesuperadmin)
Even if you don't need to unplug your fiber optic cable, do this before PLDT updates your ONU!
STEP 1:
One time lang to, unplug your foc and enable adminpldt:
go to You do not have permission to view the full content of this post. Log in or register now.
RP2662 to RP2684
username: f9!6b1e1rhO3es~u!p@e#r$a%d^m*i(n
pass: s)f_U+h|g{u@5h2o1q0b1l
RP2613 to RP2631
username: f~i!b@e#r$h%o^m*esuperadmin
pass: s(f)u_h+g|u
enable Web Admin Switch
Para sa walang root access pero old firmware versions:
go to You do not have permission to view the full content of this post. Log in or register now.
RP2662 to RP2684
username: f9!6b1e1rhO3es~u!p@e#r$a%d^m*i(n
pass: s)f_U+h|g{u@5h2o1q0b1l
RP2613 to RP2631
username: f~i!b@e#r$h%o^m*esuperadmin
pass: s(f)u_h+g|u
enable Telnet Debug Switch, if walang Telnet Debug Switch option, you'll need to use USB-TO-TTL.
1.) Enable telnet on your pc through "Turn Windows features on or off" application
2.) Check the box for "Telnet Client" and click OK
3.) open 'cmd' and paste "telnet 192.168.1.1 23"
4.) use credentials gpon/gpon or gepon/gepon
5.) paste 'ddd' and 'shell'
6.) open a new cmd app, then paste 'telnet 192.168.1.1 26'
7.) use credentials 'root/GEPON', if it doesn't work, go to You do not have permission to view the full content of this post. Log in or register now. and paste your serial number (written on the bottom of your ONU), use the website's output as the password, 'root' is the username.
STEP 2 [HG6245D ONUS]:
Copy the code and paste it on the terminal!
STEP 2 [AN5506-04-XX ONUS]:
Copy the code and paste it on the terminal!
Pa feedback po kung gumagana or mail yung code (a friend sent this to me), after executing this script, reboot-proof po ito, no need na mag unplug ng fiber optic cable everytime gusto mo mag access sa adminpldt!
If you have questions feel free to ask them!
Wag pong mag hit and run hehe, please share this to your friends and don't forget to credit this thread when you make videos hehe.
REQUIREMENTS: ROOT SHELL(telnet)/USB-TO-TTL & SUPERADMIN (fiberhomesuperadmin)
Even if you don't need to unplug your fiber optic cable, do this before PLDT updates your ONU!
STEP 1:
One time lang to, unplug your foc and enable adminpldt:
go to You do not have permission to view the full content of this post. Log in or register now.
RP2662 to RP2684
username: f9!6b1e1rhO3es~u!p@e#r$a%d^m*i(n
pass: s)f_U+h|g{u@5h2o1q0b1l
RP2613 to RP2631
username: f~i!b@e#r$h%o^m*esuperadmin
pass: s(f)u_h+g|u
enable Web Admin Switch
Para sa walang root access pero old firmware versions:
go to You do not have permission to view the full content of this post. Log in or register now.
RP2662 to RP2684
username: f9!6b1e1rhO3es~u!p@e#r$a%d^m*i(n
pass: s)f_U+h|g{u@5h2o1q0b1l
RP2613 to RP2631
username: f~i!b@e#r$h%o^m*esuperadmin
pass: s(f)u_h+g|u
enable Telnet Debug Switch, if walang Telnet Debug Switch option, you'll need to use USB-TO-TTL.
1.) Enable telnet on your pc through "Turn Windows features on or off" application
2.) Check the box for "Telnet Client" and click OK
3.) open 'cmd' and paste "telnet 192.168.1.1 23"
4.) use credentials gpon/gpon or gepon/gepon
5.) paste 'ddd' and 'shell'
6.) open a new cmd app, then paste 'telnet 192.168.1.1 26'
7.) use credentials 'root/GEPON', if it doesn't work, go to You do not have permission to view the full content of this post. Log in or register now. and paste your serial number (written on the bottom of your ONU), use the website's output as the password, 'root' is the username.
STEP 2 [HG6245D ONUS]:
Copy the code and paste it on the terminal!
Bash:
mount -o remount,rw /
cp /fhconf/web_accout_enable /fhconf/web_accout_enabled
cat <<'EOF' > /fhconf/autorun.sh
#!/bin/sh
adminpldt () {
cp /fhconf/web_accout_enabled /fhconf/web_accout_enable
sleep 10
done
}
adminpldt &
EOF
chmod +x /fhconf/autorun.sh
echo 'chmod +x /fhconf/autorun.sh' >> /etc/init.d/rcS
echo '/fhconf/autorun.sh &' >> /etc/init.d/rcS
echo 'Finished... Safe to reboot now...'
STEP 2 [AN5506-04-XX ONUS]:
Copy the code and paste it on the terminal!
Bash:
mount -o remount,rw /
cp /fhcfg/web_accout_enable /fhcfg/web_accout_enabled
cat <<'EOF' > /fhcfg/autorun.sh
#!/bin/sh
adminpldt () {
cp /fhcfg/web_accout_enabled /fhcfg/web_accout_enable
sleep 10
done
}
adminpldt &
EOF
chmod +x /fhcfg/autorun.sh
echo 'chmod +x /fhcfg/autorun.sh' >> /etc/init.d/rcS
echo '/fhcfg/autorun.sh &' >> /etc/init.d/rcS
echo 'Finished... Safe to reboot now...'
Pa feedback po kung gumagana or mail yung code (a friend sent this to me), after executing this script, reboot-proof po ito, no need na mag unplug ng fiber optic cable everytime gusto mo mag access sa adminpldt!
If you have questions feel free to ask them!
Wag pong mag hit and run hehe, please share this to your friends and don't forget to credit this thread when you make videos hehe.





