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.3k Topics 23.5k Posts
  • Zabbix, opening firewall port

    Solved networking firewall
    5
    1 Votes
    5 Posts
    8k Views
    girishG
    @bigvictorio At this point, no. But feel free to open feature requests and we can add firewall features as needed.
  • DNSBL zen.spamhaus.org errors and timeouts

    Solved email dnsbl
    8
    0 Votes
    8 Posts
    2k Views
    girishG
    You can also try to use some of the other DNSBL listed here - https://docs.cloudron.io/email/#dnsbl
  • Remove backup location from Cloudron

    Solved backups
    6
    0 Votes
    6 Posts
    1k Views
    girishG
    Instead of no-op, I recommend atleast just backing up to the same server. Select Filesystem and put location as /var/backups (this is the default).
  • individual backups?

    Solved backups
    7
    0 Votes
    7 Posts
    1k Views
    humptydumptyH
    @RazielKanos Cloudron does hourly increments, not in minutes, so you can backup the app once an hour at most with the current settings. What service can’t be recovered if you still have access to the email/phone/recovery codes?
  • How to run simple Python scripts on Cloudron

    Solved
    17
    1 Votes
    17 Posts
    3k Views
    T
    @sarthak-narayan The upcoming version of n8n will include Python support in the Code node. https://docs.n8n.io/1-0-preview/
  • App Proxy Redirects to Upstream URI

    4
    0 Votes
    4 Posts
    614 Views
    A
    when going to https://192.168.1.20:8000, it'll redirect me to a login on /webman/index.cgi
  • Beginners question: point Domain to directory?

    Solved
    6
    1 Votes
    6 Posts
    1k Views
    David 0D
    @girish said in Beginners question: point Domain to directory?: @David-0 Is your use case to have many directories named say static1, static2, static3 etc and have websites name static1.domain.com , static2.domain.com , static3.domain.com ? Currently, I have several directories on my webspace and a few domains with different TLDs pointing to each of them: namedomain.de , namedomain.org , namedomain.info etc. @robi What you're suggesting sounds interesting. I would definitely have a look into that. Thanks!
  • "PTR record" guide icon point to wrong link

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

    Solved
    2
    1
    0 Votes
    2 Posts
    122 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
    622 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
    889 Views
    girishG
    As @robi said, need more context here. What are you trying to do? Which app is this?
  • 1 Votes
    4 Posts
    850 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
    1k 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
    2k Views
    jagadeesh-s2104J
    @girish Thank you!
  • Error with limits on mailbox

    Solved mailbox mail
    9
    0 Votes
    9 Posts
    2k 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
    4k 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
    2k 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
    1k Views
    girishG
    @jonslab did you find what it was?