CryptPad - private key and storage of 50 mb

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.17
What app is this about: CryptPad

Describe your issue

I installed CryptPad accessible only for YunoHost users.
I create a user with a password.
I can download a public key and all seems to work.
Can i download a private key? I’m not able to found it.
Why my account has only 50 mb free space?

Thank you.

Share relevant logs or error messages

args:
app: cryptpad
force: false
label: CryptPad
no_remove_on_failure: false
ended_at: 2025-08-02 15:24:50.283265
env:
YNH_APP_ACTION: install
YNH_APP_ARG_DOMAIN: domain2.tld
YNH_APP_ARG_INIT_MAIN_PERMISSION: all_users
YNH_APP_BASEDIR: /var/cache/yunohost/app_tmp_work_dirs/app_0mcroz0a

Hello, I cannot directly answer your questions, because I installed cryptpad as is, but I would like to make sure you read the cryptpad admin documentation, especially the customization part Instance customization — CryptPad 2025.6.0 documentation
You might find some help there

1 Like

thank you, i will read it

What private key are you talking about?
Administrator or user?

For storage
admin/#quota
User storage

1 Like

I thought again about what I did once I installed cryptpad, and I followed this procedure: Installation — CryptPad 2025.6.0 documentation
I’ll just add some precisions to that procedure:

  • the file cryptpad/config/config.js should be located at /var/www/cryptpad/config/config.js on your server and should be edited using sudo and your preferred editor (probably vim, emacs or nano)
  • to restart the server, run the command sudo systemctl restart cryptpad.

About the private keys, you don’t need to know them nor to download them (they are private). The procedure I gave you says how to retrieve the public key, which will be used to make your account an administrator.

Once you are an administrator you can go to the url of your cryptad, and add /admin in the end of the url, then follow what @JfmbLinux said.

2 Likes

Thank you very much

If you want to customize Cryptpad, follow this guide : Instance customization, this will allow you to keep your customizations after each Cryptpad upgrade.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.