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


Skip to content
  • What's coming in 9.1

    Pinned Announcements
    69
    28 Votes
    69 Posts
    6k Views
    D
    @james do you want me to share a screen recording ? Or share any logs i have 4 cloudron instances and i faced the same. I use Dashlane for credential management all my passkeys stored in that
  • Could not load dashboard website with loopback check - after 3 tries

    Unsolved Support
    2
    0 Votes
    2 Posts
    12 Views
    jamesJ
    Hello @orezbodajoy Can you please inspect the /home/yellowtent/platformdata/logs/box.log logfile for errors?
  • IP2Location in Appstore but not in docs

    Solved IP2Location
    2
    0 Votes
    2 Posts
    20 Views
    jamesJ
    Hello @imc67 Fixed.
  • Web Gui isn't loading

    Solved Support
    4
    0 Votes
    4 Posts
    26 Views
    H
    @james, I got it back up. Working on getting everything updated.
  • How to use Playwright in n8n?

    N8N
    4
    0 Votes
    4 Posts
    53 Views
    jamesJ
    Hello @odie We have discussed adding chrome or similar to the N8N app and decided against it since it would increase the maintenance scope. Instead, we have packaged Browserless as a Cloudron app that can be used be other apps as well. For example, N8N can use the https://github.com/minhlucvan/n8n-nodes-browserless community node to connect to the Cloudron Browserless app. [image: 1774639827275-39ee5efd-41f5-443e-b424-12467636f5f4-image-resized.jpeg] The Browserless app is currently only a community app located here https://git.cloudron.io/playground/browserless-cloudron-app and can be installed with the CloudronVersions.json. We plan to move this to the Cloudron appstore tho.
  • Make apps in the dashboard hideable

    Feature Requests
    3
    0 Votes
    3 Posts
    24 Views
    timconsidineT
    Can you not just use “access control” to hide the app in the user’s dashboard and use the link you mentioned ?
  • Upgrade to 33.0.1 Fail

    Nextcloud
    2
    0 Votes
    2 Posts
    18 Views
    jamesJ
    Hello @firmansi Thanks for reporting, we will be on the lookout for more reports like that.
  • Community Apps

    Pinned Locked Community Apps
    21
    16 Votes
    21 Posts
    1k Views
    timconsidineT
    Mermaid Detail Link / Info Wishlist topic Mermaid Author @timconsidine Repository Repository Install CloudronVersions.json If you have questions or issues about this community app, please open a separate topic in the @community-apps category and link to this reply.
  • Spam ACL whitelist in API but not in GUI?

    Unsolved Support api
    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Cloudron CLI - set access control of an app

    Feature Requests
    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • Heavy CPU usage during peak and port 25 connection timeout

    Unsolved Support email performance
    3
    1 Votes
    3 Posts
    35 Views
    P
    @james Thanks a lot, I didn’t have any crash of Mail service and also RAM is ok. I’ll take a proper look to IOPS. Thanks for your advices.
  • 2 Votes
    6 Posts
    57 Views
    jamesJ
    Hello @hakunamatata @hakunamatata said: Disregard, it was a firewall issue on my DMZ VLAN. Please close/delete this topic. I would like to keep this topic, so users with the same issue find an answer. If you'd still like this topic to be deleted, let me know.
  • Address Book Namespaces

    Contacts
    4
    0 Votes
    4 Posts
    58 Views
    jamesJ
    Hello @jlx89 Could you perhaps provide a guide or explanation? This way other users who have the same question find a solution. We all know the struggle of looking for an answer to an issue and when we find the "Never mind, I solved it" response tend to scream at the screen "how?!".
  • Scheduled Imports

    Calendar
    1
    1 Votes
    1 Posts
    9 Views
    No one has replied
  • Scheduled Imports

    Contacts
    1
    1 Votes
    1 Posts
    10 Views
    No one has replied
  • GeoLite2 City IP

    Mautic
    2
    0 Votes
    2 Posts
    434 Views
    J
    I know you posted this years ago, but if someone comes by this topic. You select the product (e.g. MaxMind GeoLite City), enter your API Key and hit "Fetch IP Lookup Data Store". [image: 1774617868420-screenshot-2026-03-27-092349.png]
  • API for SSL certificate per domain

    Moved Discuss
    6
    0 Votes
    6 Posts
    45 Views
    jamesJ
    Hello @potemkin_ai Thanks for clarifying. You can use the following API route to configure that https://docs.cloudron.io/api/set-domain-config As an example I fetched the API request directly from the dashboard when configuring a domain. Here is the current config: [image: 1774617431637-51db9aa5-724d-4a32-860e-5616d219aad0-image.jpeg] Now I can run: export CLOUDRON_DOMAIN=cloudron.dev export CLOUDRON_ACCESS_TOKEN=YOUR_CLOUDRON_ACCESS_TOKEN export DOMAIN=certconf.cloudron.dev curl "https://my.${CLOUDRON_DOMAIN}/api/v1/domains/${DOMAIN}/config?access_token=${CLOUDRON_ACCESS_TOKEN}" \ -H 'content-type: application/json' \ --data-raw "{\"provider\":\"cloudflare\",\"config\":{\"customNameservers\":false,\"email\":null,\"tokenType\":\"ApiToken\",\"defaultProxyStatus\":false},\"tlsConfig\":{\"provider\":\"letsencrypt-prod\",\"wildcard\":false},\"zoneName\":\"${CLOUDRON_DOMAIN}\"}" and after sending that curl, the config is: [image: 1774617522756-7e75e0d1-03dc-4ce2-b90b-f4ba378bb70f-image.jpeg] If there are still question, please ask away.
  • Why ExtraHosts in Docker pushed as `172.18.0.1`?

    Unsolved Support waf
    4
    0 Votes
    4 Posts
    36 Views
    potemkin_aiP
    Yeah, I know what that IP is WAF -> nginx -> cloudron apps So, if WAF manages the SSL, connection to nginx will fail
  • Komga - Package Updates

    Pinned Komga
    27
    0 Votes
    27 Posts
    6k Views
    Package UpdatesP
    [1.6.3] Update komga to 1.24.3 Full Changelog epub reader would not load (b8ea79e) bump node-forge from 1.3.2 to 1.4.0 in /komga-webui (40dadcb)
  • Cubby search improvement

    Cubby
    2
    0 Votes
    2 Posts
    12 Views
    jamesJ
    Maybe we could add meilisearch or something similar as either a Cloudron as a platform service or to the app directly.