Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Tags
    3. password
    Log in to post
    • All categories
    • marcosdss

      Recalbox 9 password on the menu
      Recalbox General • recalbox password • • marcosdss

      1
      0
      Votes
      1
      Posts
      295
      Views

      No one has replied

    • 13lenar

      Netflix forget login and password
      MediaCenter & Dualboot • netflix forget login password • • 13lenar

      1
      1
      Votes
      1
      Posts
      311
      Views

      No one has replied

    • 13lenar

      racelbox forget login and password retroachievements
      Recalbox General • racelbox forget login password • • 13lenar

      1
      0
      Votes
      1
      Posts
      448
      Views

      No one has replied

    • anegrich86

      Recalbox terminal root password not working
      Recalbox General • recalbox terminal root password • • anegrich86

      5
      0
      Votes
      5
      Posts
      2609
      Views

      paradadf

      @anegrich86 the hashtag # indicates you can type the commands you want.

    • BinaryNumber

      Connexion SSH par clé publique (sans password) en ayant un support de stockage USB
      Recalbox Général • ssh publique sans password ayant • • BinaryNumber

      3
      0
      Votes
      3
      Posts
      1016
      Views

      BinaryNumber

      @Bkg2k Ma clé était formatée en NTFS mais ce système de fichiers n'est pas non plus capable de stocker les droits linux, ce qui explique le chmod inefficace.

      Il semble néanmoins qu'un bug (https://gitlab.com/recalbox/recalbox/issues/529) soit présent lors du montage de la clé USB. En effet, par défaut le montage est effectué avec les droits maximum pour tous.

      J'ai contourné le problème en formatant ma clé en FAT32. Depuis, je parviens à me connecter en SSH par clé publique (sans password donc).

    • kbz

      WIFI key password with two simple quotes
      Recalbox General • wifi key password simple quotes • • kbz

      7
      0
      Votes
      7
      Posts
      1890
      Views

      kbz

      Yes of course.
      I begin to be crazy!

    • cueritos

      Solved Change Password
      Recalbox General • password • • cueritos

      5
      0
      Votes
      5
      Posts
      1444
      Views

      kooper

      Hello, I ask myself the same question, thanks for the solution.

    • jagouner

      Solved recalbox ssh password error
      Recalbox Général • recalbox ssh password • • jagouner

      9
      0
      Votes
      9
      Posts
      2159
      Views

      tfegleek

      @jagouner il faudra bien réussir à te connecter en ssh un jour si tu n'a pas envie de tor réinstaller à chaque fois(sinon ça va être galère).

    • DoctorKronos

      Wifi problem (does not conect and chamge the password)
      Recalbox General • wifi does conect chamge password • • DoctorKronos

      3
      0
      Votes
      3
      Posts
      1382
      Views

      getmeoffthemoon

      I have been having this issue on version 4.20 on a Raspberry Pi 3 B. Typically happens after a crash/hard reboot but sometimes after a soft reboot as well.

    • 9acca9

      Put password to web access
      Recalbox General • put password web • • 9acca9

      3
      0
      Votes
      3
      Posts
      1470
      Views

      9acca9

      Ok, thanks.
      Well that could be a minor but good change in the future. Give the possibility.
      Thanks
      (i dont speak english)

    • Thomas Kings

      what is the password for recalbox user?
      Recalbox General • password recalbox user • • Thomas Kings

      2
      0
      Votes
      2
      Posts
      69350
      Views

      acris

      Hello
      there is not user. only root user.

      user : root
      password : recalboxroot

    • Valadone

      [RaspB 1-B] Impossible de se connecter via login et password dans le terminal de recalbox
      Recalbox Général • connecter login password terminal recalbox • • Valadone

      9
      0
      Votes
      9
      Posts
      3312
      Views

      Valadone

      @voljega Merci j'avais pas vraiment compris comment ça fonctionnait les fichiers MAME/FBA-Libretro 🙂

    • tstone2077

      Change root password
      Recalbox General • root password • • tstone2077

      27
      1
      Votes
      27
      Posts
      20367
      Views

      DJDuck

      @rockaddicted I cannot follow the last steps to enforce my own root password as @frankie842 managed to do.
      I've even tried changing the recalbox-config.sh file in raspbian to set password lenght '-w8' to a greater length . 12 and 15. Both were ignored and in the recalbox graphical interface it still shows its small 8 character password.

    • ?

      [Solved] WiFi connection error | special Characters on v4 | Retroachievements
      Recalbox General • bluetooth raspberry pi 3 password special characters chars pi3 retroachievment • • Guest

      6
      0
      Votes
      6
      Posts
      7115
      Views

      ?

      Yes. Both are working just fine 🙂 But maybe it would be a good idea to implmenent another solution, wouldn't it? If I would speak French, I would do the Wiki, but as soon as it is available in English, I could do the German translation, as I'Ve just did for ES.

    • tony-rodrigues

      Sudo password dans Kodi
      Media-center/Dualboot • sudo password kodi • • tony-rodrigues

      2
      0
      Votes
      2
      Posts
      1323
      Views

      digitaLumberjack

      Hello 😉 Malheureusement il n'y a pas l'outil sudo d'installé sur recalboxOS, car il n'y a pas d'utilisateurs a part root. Il va falloir trouver cette ligne qui contient la commande sudo et simplement virer le sudo... Sinon tu peux essayer de creer un fichier /usr/bin/sudo that contains something like : #!/bin/bash eval $@ And chmod +x the file.