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

Get help for your Cloudron

3.2k Topics 22.5k Posts
  • "PTR record" guide icon point to wrong link

    Moved Solved email docs ptr
    2
    1 Votes
    2 Posts
    190 Views
    girishG
    @p44 thanks, fixed.
  • Search results are duplicated (bug in docs)

    Solved
    2
    1
    0 Votes
    2 Posts
    77 Views
    nebulonN
    Our docs currently use the default settings for https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/ and its only okish in my perspective. Unfortunately we can't do much about the duplicates unless we would be using some other search provider.
  • Restrict public access of apps in settings

    Solved
    8
    1 Votes
    8 Posts
    1k Views
    E
    Oh, wow, that password restriction is what I need, thank you! And, yes, the download should be public, that is sort of the idea.
  • DKIM and SPF infos for wilcard or manual DNS setup

    Solved domains mail
    3
    1
    1 Votes
    3 Posts
    453 Views
    girishG
    @therealwebmaster Email -> Domain -> Status . You can click on each of the records there and it will tell you what you should setup. [image: 1687095241687-ca0ac153-5ead-4795-b574-f48f6c741393-image-resized.png]
  • NPM not found in user www-data

    Solved
    4
    1 Votes
    4 Posts
    601 Views
    girishG
    As @robi said, need more context here. What are you trying to do? Which app is this?
  • 1 Votes
    4 Posts
    589 Views
    girishG
    For namecheap, look at their docs - https://www.namecheap.com/support/knowledgebase/article.aspx/434/2237/how-do-i-set-up-host-records-for-a-domain/
  • Difference between manual and wilcard domain config?

    Solved domains
    7
    1
    1 Votes
    7 Posts
    781 Views
    girishG
    Wildcard - In wildcard, you setup subdomains to point to the server IP. So, when you install an app or change it's location, Cloudron won't remind you to point the DNS to the server IP. Manual - When installing an app or changing it's location, Cloudron will remind you to point the DNS to the server IP. Why prefer one over the other? Wildcard is one time setup. Manual is something you have to do on each app install. People also sometimes ignore the "instructions" it shows to adjust the DNS and click Install. Depending on your DNS provider, DNS propagation can take long. So, let's say if it takes 15 mins or something, then when installing the app, Cloudron will be unable to get certs. This can lead to a bad UX.
  • N8N & NocoDB

    Solved dns
    7
    1 Votes
    7 Posts
    1k Views
    jagadeesh-s2104J
    @girish Thank you!
  • Error with limits on mailbox

    Solved mailbox mail
    9
    0 Votes
    9 Posts
    1k Views
    potemkin_aiP
    Hooray! Thank you, @girish !
  • Outbound SMTP issue

    Solved mail contabo port 25 smtp
    4
    2
    0 Votes
    4 Posts
    1k Views
    girishG
    @q__nt_n The VPS blocks port outbound 25. You have to reach out to contabo again and tell them that you can't connect with the above command.
  • 1 Votes
    20 Posts
    3k Views
    girishG
    @hiramfromthechi thanks, I replied. Looks like MySQL is down.
  • Having problems using mountpoints - cloudron not able to access them?

    11
    1
    0 Votes
    11 Posts
    1k Views
    girishG
    @Mad_Mattho The deskop version while not supported should work. I think the issue here is something else though. I think the issue is that the mount is mounted with some strange permissions. Did you use gnome to mount the disk? I think gnome mounts the external disk as the ubuntu user you logged in as. This would prevent the yellowtent user (that cloudron runs as) from accessing that mountpoint. So, can you please try this: Unmount the disk in gome Mount the disk in the Backups view as an ext4 disk . You can use blkid or lsblk to get the uuid of the disk . Then, /dev/disk/by-uuid/<uuid> is the Disk path.
  • CPU stuck and using all cores at 100%

    Solved cpu mysql
    5
    2
    1 Votes
    5 Posts
    747 Views
    girishG
    @jonslab did you find what it was?
  • Rest API: Docu seems not correct for "Initial DNS Setup"

    Solved bug rest api setup
    3
    2 Votes
    3 Posts
    440 Views
    Q
    @girish thanks for pointing out to code. As always: In vino veritas - and in Source-Code
  • Cloudron is running out of space

    disk usage disk space
    4
    1
    0 Votes
    4 Posts
    587 Views
    nebulonN
    The collabora app image is fairly large due to all the language support packages. So far we haven't found a way to make those dynamically selectable. Also it appears you have a lot of data for the system itself, possibly you have some old leftover backups in /var/backups which could be purged, if you have configured a proper backup storage?
  • Cloudron is removing contents from the /tmp folder in the container.

    Solved
    3
    1 Votes
    3 Posts
    451 Views
    S
    I see. Thanks for the update.
  • unable to recieve mail sent to admin@cloudron.local

    Solved
    4
    1
    1 Votes
    4 Posts
    489 Views
    girishG
    @roofboard said in unable to recieve mail sent to admin@cloudron.local: In wordpress for example - to change an email address you must click on a confirmation email cloudron.local is just an example/template as @privsec pointed out. You should not use the .local , it is not a publicly routable domain. See https://en.wikipedia.org/wiki/.local
  • Domain unreachable since registrar transfer

    Solved cloudflare
    4
    1 Votes
    4 Posts
    641 Views
    robiR
    Sometimes it's browser cache related as well, so make sure to use Shift-reload after major changes like this.
  • Cloudron behind apache2 proxy

    5
    0 Votes
    5 Posts
    754 Views
    robiR
    can you validate with nginx as the proxy instead?
  • Multicore vs Single-Core

    Solved performance cpu
    4
    2 Votes
    4 Posts
    2k Views
    StardenverS
    That's what I call an answer Thank you very much. Very helpful and my question is answered.