Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Support

3.6k Topics 25.3k Posts

Get help for your Cloudron

  • Support Proxy for Wildcard DNS

    app proxy
    4
    0 Votes
    4 Posts
    1k Views
    girishG
    @MooCloud_Matt I think you can just use "no-op" in your situation and also use a custom wildcard certificate. The proxy can then accept just that wildcard cert. no-op ignores DNS checks. The cert can be Let's Encrypt or not depending on if your proxy can carefully forward well-known HTTP requests.
  • 0 Votes
    2 Posts
    682 Views
    girishG
    @Jeyakumarrathnaselvi services -> redis -> restart it. I think you should be able to restore after that.
  • mongodb not starting/reachable

    Solved mongodb
    6
    2
    0 Votes
    6 Posts
    3k Views
    rmdesR
    @girish Thanks, will try this !
  • Spamhaus detects contact to malware C&C server - Can´t find anything in the logs -

    Solved
    15
    0 Votes
    15 Posts
    5k Views
    girishG
    I think we have to 100% move to auto-generated passwords for the initial user in apps from the next release. We will make this a priority.
  • Just had an Abuse Report against my Cloudron - What to do?

    Solved
    12
    1 Votes
    12 Posts
    4k Views
    girishG
    @rbin saw your ticket on support. I sent you a response there.
  • 0 Votes
    3 Posts
    963 Views
    girishG
    Glad it all worked out
  • Mongo DB not starting

    Solved
    9
    2
    0 Votes
    9 Posts
    3k Views
    L
    @girish alright, thanks a lot. Always useful to learn more about the things we use I did what you wrote above and now everything works just like usual If disk issues keep on happening, I will have to get in contact with the provider..
  • Task Error: Task 11576 crashed with code 1

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    M
    @nebulon thanks a millio! it works now, i am going to proceed with the update to the ubuntu 20.04.
  • 7.5 Filemanager creates thousands of errors

    Solved filemanager
    2
    2 Votes
    2 Posts
    769 Views
    nebulonN
    This is fixed already with https://git.cloudron.io/cloudron/box/-/commit/5fc0a5f9a28be601bcec2e3bcf68fc93f3b3e8c5 but only part of next release.
  • After disk full incident, can't restart Nextcloud App

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    ShaiS
    @girish THANK YOU! I followed your instructions and all good now.
  • Cloudron on 18.04.5 - GLIBC_2.28 not found (required by node)

    Solved node upgrade
    12
    0 Votes
    12 Posts
    13k Views
    nebulonN
    Also for others to come here, to get back up on Ubuntu 18.04 run the following commands via SSH: mkdir -p /usr/local/node-16.18.1 curl -sL https://nodejs.org/dist/v16.18.1/node-v16.18.1-linux-x64.tar.gz -o /tmp/node.tar.gz tar zxvf /tmp/node.tar.gz --strip-components=1 -C /usr/local/node-16.18.1 rm /tmp/node.tar.gz ln -sf /usr/local/node-16.18.1/bin/node /usr/bin/node ln -sf /usr/local/node-16.18.1/bin/npm /usr/bin/npm systemctl restart box Then the system should be working again, however for the 7.5 update ubuntu has to be upgraded first.
  • KeyError: 'cloudronId' during 7.5 setup

    Solved appstore install
    6
    1 Votes
    6 Posts
    2k Views
    potemkin_aiP
    @girish Thank you!
  • Can't Find "Remote support" setting

    Solved support ssh
    4
    0 Votes
    4 Posts
    1k Views
    ShaiS
    Yes, that was the problem. I was logged in under a second test user account that I had assigned admin role. Logged out and back in as my original cloudron owner account and all good on that front. Thanks.
  • Can't login to cloudron server in French -> English good

    Solved i18n french
    4
    1 Votes
    4 Posts
    580 Views
    nebulonN
    For clarification, the root cause is a ' in the french translation, which breaks some javascript code. The code is fixed to prevent this, but since it involves other changes, the easiest fix the moment is to remove the quote from the translation file. This can be done by running the following on the server via SSH: sed -e "s/\"errorIncorrectCredentials\": \"Nom d'utilisateur ou mot de passe incorrect\",/\"errorIncorrectCredentials\": \"Nom dutilisateur ou mot de passe incorrect\",/" -i /home/yellowtent/box/dashboard/dist/translation/fr.json
  • Access specific app memory logs

    Solved
    3
    0 Votes
    3 Posts
    918 Views
    ruihildtR
    @girish I've never used a profiler, but maybe I should look into that. I'll open another thread for my issue.
  • Cloudron not reachable after reboot

    update
    3
    1 Votes
    3 Posts
    640 Views
    girishG
    Check the contents of/home/yellowtent/box/VERSION . Is it 7.4.3 ? If so, you can run the commands below and make it work again . After you get it back, snapshot the server and upgrade ubuntu when possible. mkdir -p /usr/local/node-16.18.1 curl -sL https://nodejs.org/dist/v16.18.1/node-v16.18.1-linux-x64.tar.gz -o /tmp/node.tar.gz tar zxvf /tmp/node.tar.gz --strip-components=1 -C /usr/local/node-16.18.1 rm /tmp/node.tar.gz ln -sf /usr/local/node-16.18.1/bin/node /usr/bin/node ln -sf /usr/local/node-16.18.1/bin/npm /usr/bin/npm systemctl restart box
  • Branding Bug

    Solved branding
    3
    1 Votes
    3 Posts
    1k Views
    C
    @girish Thank you Girish for the fast response! We solved it now with your help.
  • Mail rejected by Protonmail

    mail protonmail
    8
    0 Votes
    8 Posts
    4k Views
    L
    @girish said in Mail rejected by Protonmail: Also, have you tried https://www.mail-tester.com/ already for any other errors? Thanks for linking this very nice tool!
  • Cloudron SPF record does not permit IP

    Solved email spf
    36
    3 Votes
    36 Posts
    12k Views
    girishG
    This is fixed in 7.5.0
  • Volumes error on access but work? kinda?

    Solved volumes hetzner cifs sshfs
    11
    3
    1 Votes
    11 Posts
    4k Views
    jdaviescoatesJ
    @BrutalBirdie said in Volumes error on access but work? kinda?: Getting the picture? Yes! Excellent