Look, I know, you just read the post title and thought “What in the blue hell was James on when he was writing this blog post” but please, hear me out.
While working on a remote networked HP LaserJet printer I needed to reboot it so it would receive a new DHCP IP address. Naturally I trawled through the HP web gui to find a reboot option but weirdly enough there is none to be found. Telnetting the printer also was fruitless.
I really wanted to get this printer sorted and time was running out. After doing a bit of Googling I found out you can reboot a HP printer via FTP. Weird but okay, I’ll take anything at this point.
So let’s breakdown how to reboot a HP printer via FTP.
- Prepare a text file called reboot.txt and file it with the following:
%-12345X@PJL COMMENT @PJL DMINFO ASCIIHEX="040006020501010301040105" %-12345X
- Drop to a Command Prompt and connect to the printer via FTP with the following:
ftp x.x.x.x
Once connected, you will be prompted for a Username followed by a Password. Leave both blank and hit the ENTER key to continue.
- Now that you are authenticated enter the following to send the reboot file to the printer:
put x:\pathtofile\reboot.txt
Ensure that you replace x:\pathtofile\ with the full path to where you stored the reboot.txt that you made in step 1.
That’s it, once the file has uploaded to the printer it will reboot like some kind of FTP magic!
[…] hier https://community.spiceworks.com/how_to/122155-how-to-reboot-an-hp-printer-remotely oder hier http://dxpetti.com/blog/?p=706 beschrieben nicht funktionieren. Übrigens, FTP-Druck wurde explizit aktiviert, sonst kann man den […]
doesn’t work
Confirm, that dosen’t help 🙁
[…] I found then a first procedure via FTP but did not work, the printer prints a blank page and a second procedure again via FTP by sending a custom text string. This second procedure did not generate some […]
[…] una prima procedura tramite FTP ma non funzionava, anzi mi stampava un foglio in bianco ed una seconda procedura sempre tramite FTP con l’invio di una stringa personalizzata di testo. Questa seconda […]
HP LaserJet Enterprise MFP M725 reboot successfully. Thank you so much!!!