Navigation

    Recalbox Forum

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

    • anegrich86

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

      5
      0
      Votes
      5
      Posts
      447
      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 • sans ssh password publique ayant • • BinaryNumber  

      3
      0
      Votes
      3
      Posts
      503
      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
      960
      Views

      kbz

      Yes of course. I begin to be crazy!
    • cueritos

      SOLVED Change Password
      Recalbox General • password • • cueritos  

      5
      0
      Votes
      5
      Posts
      844
      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
      1212
      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 password chamge conect • • DoctorKronos  

      3
      0
      Votes
      3
      Posts
      1036
      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 • web password put • • 9acca9  

      3
      0
      Votes
      3
      Posts
      1128
      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 • recalbox password user • • Thomas Kings  

      2
      0
      Votes
      2
      Posts
      22681
      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 • recalbox connecter password login terminal • • Valadone  

      9
      0
      Votes
      9
      Posts
      2718
      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
      12202
      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.
    • Guest

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

      6
      0
      Votes
      6
      Posts
      6098
      Views

      Guest

      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 • kodi password sudo • • tony-rodrigues  

      2
      0
      Votes
      2
      Posts
      1044
      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.