07-13-2024, 04:04 PM | #1 |
Junior Member
Posts: 8
Karma: 10
Join Date: Jan 2024
Device: Era, Paperwhite 2021, Libra 2
|
What are the credentials to telnet/ftp to Kobo?
I have a Kobo Libra 2 with nickelmenu setup, which allow me to start an FTP and Telnet server. How can i login to them? I dont seem to be able to find the login credentials anywhere....
root and empty password does not work. anonymous does not work as well... |
07-13-2024, 04:41 PM | #2 |
Zealot
Posts: 106
Karma: 67444
Join Date: Dec 2018
Device: Kobo Clara HD
|
With the latest FW update, there's been a change in the login credentials.
Both the username and password are now admin. Last edited by xyclonei; 07-13-2024 at 04:45 PM. |
07-14-2024, 04:41 PM | #3 |
Junior Member
Posts: 8
Karma: 10
Join Date: Jan 2024
Device: Era, Paperwhite 2021, Libra 2
|
Thanks, so much!
|
07-15-2024, 07:31 PM | #4 |
Resident Curmudgeon
Posts: 76,337
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
According to the topic, there should be some NickelMenu code for posted here on how to telnet and FTP.
|
07-15-2024, 07:45 PM | #5 |
Bibliophagist
Posts: 40,426
Karma: 156982136
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Jon, reading the first message made it obvious that the OP was already using NickelMenu to start telnet or ftp. What they wanted was the credentials to allow them to login to use them. That information @xyclonei beat me to posting and for which the OP posted their thanks.
Your comment was totally unnecessary. |
07-15-2024, 08:00 PM | #6 | |
Resident Curmudgeon
Posts: 76,337
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
07-16-2024, 01:55 AM | #7 |
Bibliophagist
Posts: 40,426
Karma: 156982136
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Jon, have you ever bothered to look at the doc file that comes with NickelMenu? Do you recognize the following lines from that file? Did you know that if you remove the #s from the start of the line, it uncomments them?
Code:
# # menu_item :main :Telnet :cmd_spawn :quiet:/bin/mount -t devpts | /bin/grep -q /dev/pts || { /bin/mkdir -p /dev/pts && /bin/mount -t devpts devpts /dev/pts; } # chain_success :cmd_spawn :quiet:/usr/bin/pkill -f "^/usr/bin/tcpsvd -E 0.0.0.0 1023" || true && exec /usr/bin/tcpsvd -E 0.0.0.0 1023 /usr/sbin/telnetd -i -l /bin/login # chain_success :dbg_toast :Started Telnet server on port 1023. # # menu_item :main :FTP :cmd_spawn :quiet:/usr/bin/pkill -f "^/usr/bin/tcpsvd -E 0.0.0.0 1021" || true && exec /usr/bin/tcpsvd -E 0.0.0.0 1021 /usr/sbin/ftpd -w -t 30 /mnt/onboard # chain_success :dbg_toast :Started FTP server for KOBOeReader partition on port 1021. # # menu_item :main :Telnet (toggle) :cmd_output :500:quiet :/usr/bin/pkill -f "^/usr/bin/tcpsvd -E 0.0.0.0 2023" # chain_success:skip:5 # chain_failure :cmd_spawn :quiet :/bin/mount -t devpts | /bin/grep -q /dev/pts || { /bin/mkdir -p /dev/pts && /bin/mount -t devpts devpts /dev/pts; } # chain_success :cmd_spawn :quiet :exec /usr/bin/tcpsvd -E 0.0.0.0 2023 /usr/sbin/telnetd -i -l /bin/login # chain_success :dbg_toast :Started Telnet server on port 2023 # chain_failure :dbg_toast :Error starting Telnet server on port 2023 # chain_always:skip:-1 # chain_success :dbg_toast :Stopped Telnet server on port 2023 # # menu_item :main :FTP (toggle) :cmd_output :500:quiet: /usr/bin/pgrep -f "^/usr/bin/tcpsvd -E 0.0.0.0 1021" # chain_success:skip:4 # chain_failure :cmd_spawn :quiet :exec /usr/bin/tcpsvd -E 0.0.0.0 1021 /usr/sbin/ftpd -w -t 30 /mnt/onboard # chain_success :dbg_toast :Started FTP server for KOBOeReader partition on port 1021 # chain_failure :dbg_toast :Error starting FTP server on port 1021 # chain_always:skip:-1 # chain_success :cmd_spawn :quiet :/usr/bin/pkill -f "^/usr/bin/tcpsvd -E 0.0.0.0 1021" # chain_always :dbg_toast :Stopped FTP server on port 1021 # Last edited by DNSB; 07-16-2024 at 01:57 AM. |
07-16-2024, 06:16 AM | #8 |
Member
Posts: 22
Karma: 4920
Join Date: Oct 2021
Location: UK
Device: Kobo Elipsa, Kobo Aura H2O (original)
|
I do think we need to be aware of the fact that, because of the new colour models, there are suddenly a lot of new Kobo users. They are being directed here from more lighthearted places, and they are looking at recent posts to find answers to their questions. But longtimers know that some of the most useful information is buried deep in topics, perhaps with unrelated subject lines. That said, I'm not volunteering to tidy everything up (yet..!), or add yet another wiki, introductory guide, sticky thread etc. But I do think that when a well-titled post appears, we should not find it beneath us to repeat information or add directions to useful guides for newbies. Over the years I've noticed that MrWolf can be "over-hasty" in his posts, and thus misleading. But I think he has a point here. I would find the home page of this forum (https://www.mobileread.com/forums/fo...play.php?f=223) both utterly baffling and also out of date in the sticky posts, if I was coming to it fresh.
|
07-16-2024, 09:27 AM | #9 |
the rook, bossing Never.
Posts: 12,329
Karma: 90943357
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
|
|
07-16-2024, 09:39 AM | #10 |
Member
Posts: 22
Karma: 4920
Join Date: Oct 2021
Location: UK
Device: Kobo Elipsa, Kobo Aura H2O (original)
|
Sorry, I don't have proof, but by the looks of Kobo Reddit there is a sudden influx of readers who have made just made the leap from Kindle because of colour. I imagine if they read comics as well as books, this was the moment they chose to make the change.
|
07-16-2024, 10:45 AM | #11 |
Junior Member
Posts: 9
Karma: 10
Join Date: Apr 2015
Device: kobo glo
|
For FTP and Telnet on Kobo with Nickelmenu, try using “kobo” as the username and “kobo” as the password. If that doesn’t work, make sure Nickelmenu is correctly set up and check the documentation again for the correct credentials.
|
07-16-2024, 02:52 PM | #12 |
Bibliophagist
Posts: 40,426
Karma: 156982136
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
As mentioned in a previous message, the credential are admin/admin. The user kobo is not a valid user.
|
07-16-2024, 02:55 PM | #13 | |
Bibliophagist
Posts: 40,426
Karma: 156982136
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
The title of the thread has now been edited. |
|
07-16-2024, 03:09 PM | #14 |
Grand Sorcerer
Posts: 12,731
Karma: 75000000
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
For what it's worth, here is the definitions for NickelMenu I use (and documented elsewhere).
https://www.mobileread.com/forums/sh...postcount=1327 |
08-04-2024, 05:35 PM | #15 |
Enthusiast
Posts: 25
Karma: 15
Join Date: Jun 2009
Device: Palm TX, Pocket eDGe, Nexus (2012), iPad Air (3), Kobo Clara HD
|
Well, I'm one, and I'm looking for help in running telnet. Not that I particularly like it, but I've run into a dead end with ssh: it seems I need to wait for a revision of NiLuJe's tools or figure out how to cross-compile FBink myself. So I was puzzled when people said use NickleMenu to telnet as my installation has no telnet entry.
So I really appreciate the explanation about the comments in the NickleMenu configuration file. It was easy enough to find .nm on my Kobo BW and add a config file. Now I have telnet toggling on and off on the Kobo and I've been almost able to communicate with it. So thank you for the information. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Aura H2O 2 Question about telnet/ftp/ssh | Elektron | Kobo Developer's Corner | 4 | 07-13-2020 09:45 PM |
Telnet on Kobo Mini (firmware | cortman | Kobo Developer's Corner | 6 | 07-17-2013 10:09 AM |
Telnet hack on Kobo Mini | njpollard | Kobo Reader | 7 | 02-10-2013 06:34 PM |
Kobo Touch Telnet Images | CdnBloodlust | Kobo Developer's Corner | 8 | 08-10-2012 06:31 AM |
Instruction to get root on 60x/90x + remote telnet & FTP | mamaich | PocketBook | 17 | 08-27-2011 08:41 PM |