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.2k Posts
  • Major bunch of issues related to technical transition out of DigitalOcean

    Solved ubuntu migration
    10
    0 Votes
    10 Posts
    2k Views
    fbartelsF
    thanks for proving my point that one cannot have a discussion with you
  • update domain names with the cli (yet another topic)

    Solved certificates
    15
    0 Votes
    15 Posts
    3k Views
    potemkin_aiP
    @nebulon indeed, thank you! For the sake of future users, I guess it could make sense to add information about where to take token and full command line for cURL into the documentation, but it's not directly related to the case.
  • Nextcloud is very slow on Linode

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    timconsidineT
    @humptydumpty said in Nextcloud is very slow on Linode: BTW, look into Syncthing (file sync), Wekan (kanban), Vikunja (kanban), and Matrix/Element (instead of Nextcloud Talk). All available on Cloudron. I certainly agree that Nextcloud can get bloated and even unstable when too many plugins are enabled. I use it heavily for file storage and shared folders, but for almost nothing outside of this. And definitely the other apps are worth exploring.
  • Unable to verify bitwarden user with Cloudron email domain config set to disabled

    Solved
    13
    1
    0 Votes
    13 Posts
    2k Views
    ChristopherMagC
    @girish That sounds great, if there was a way to access the content of what the app was trying to send that would be good enough for me, no specific need for it to be in a mail format, json, or any other specific data structure.
  • Init script failed on Ubuntu 20.04 running on ESXi 7

    Solved installation esxi
    13
    0 Votes
    13 Posts
    2k Views
    scookeS
    @jjhill Let us know when Cloudron has been installed correctly and is running well please.
  • Ideal DKIM settings when using external relay?

    1
    0 Votes
    1 Posts
    411 Views
    No one has replied
  • Backups regularly failing

    2
    0 Votes
    2 Posts
    630 Views
    nebulonN
    @avatar1024 you can send the logs to support@cloudron.io Given that the backups are working fine on the hetzner instances, this indicates an issue during backup with the mountpoint. Maybe the connection to the storage box sees some hiccups. Those issues are generally quite hard to debug since they are often on the lower system levels Maybe you can also reach out to netcup/hetzner if they see any interruption between their networks during the time your backup failed last time.
  • Can't change expired domain name of an app

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    C
    @nebulon Thanks a lot for your quick support. It works now.
  • Open port 25 on DigitalOcean server

    8
    0 Votes
    8 Posts
    3k Views
    nebulonN
    @sangroot this unfortunately means that your server got an IP with a bad reputation ending up in the blocklist. To explain, those IPs are constantly reused and it could just be that either this IP itself was used by a spammer in the past or that some other IPs in that IP block might have been spammer IPs. This is not unusual though and it takes a bit to get IP reputation up and manually removing it from blacklists by appealing is the first step in this case. If you need to deliver emails reliably from the start, you may consider using a mail relay configured through Cloudron for some time until you are off of all those blocklists.
  • SSL error connecting mail server from client

    Solved
    4
    0 Votes
    4 Posts
    864 Views
    nebulonN
    Looks like we have to investigate again, but a similar issue was fixed in that version, apparently didn't fix all the cases.
  • Unable to delete custom app - Docker error

    Solved docker
    11
    0 Votes
    11 Posts
    981 Views
    X
    @girish Belated marking as resolved for anybody looking in future. girish did some remote ssh support magic and solved the problem.
  • Bug: Wrong Outbound Email link

    Solved
    3
    0 Votes
    3 Posts
    660 Views
    G
    @nebulon great to hear that it was already reported and fixed! I didn't get any suggestions regarding similar topics, so I thought it wasn't reported yet.
  • MySQL real-time monitoring tool

    performance mysql monitoring
    2
    0 Votes
    2 Posts
    584 Views
    marcusquinnM
    @vladimir-d DBeaver Database Dashboard? Or you thinking longer timeframe and more detail?
  • Doubling the RAM on cloudron

    Solved
    4
    0 Votes
    4 Posts
    844 Views
    robiR
    https://www.maketecheasier.com/zram-zcache-zswap/
  • Nextcloud take very long time to respond

    Solved
    6
    2
    0 Votes
    6 Posts
    1k Views
    girishG
    I have made a fix here - https://git.cloudron.io/cloudron/box/-/commit/949b2e2530283e1690656c2dd417e00a78b3251d . I am still monitoring @chaitanya's server to see the impact the change has.
  • "Installing - Waiting for Cloudron to initialize" and no install

    Solved scaleway installation
    15
    0 Votes
    15 Posts
    2k Views
    nebulonN
    @fortytwo we haven't done anything on your setup, since we don't even have access to your system. I suspect from the logs that there might have been some initial docker hickup on your server, which was resolved by the reboot.
  • Using alternative MX

    Solved mail
    3
    2 Votes
    3 Posts
    920 Views
    T
    @murgero thank you!
  • Moving Cloudron to new server : stop apps?

    backups migration
    11
    0 Votes
    11 Posts
    2k Views
    fbartelsF
    @timconsidine said in Moving Cloudron to new server : stop apps?: that I didn't set the PTR record in the new VPS provider until I started the migration I ran into exactly this problem the last time as well
  • Cloudron Error: Error getting IP of mail service after upgrade ubuntu 16.04 > 18

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    nebulonN
    This actually turned out to be a postfix issue, as @youhost already initially suspected. So the mail container would not start, since postfix was running and hogging port 25. The solution in this case is to stop and disable postfix: root@my:~# docker restart mail Error response from daemon: Cannot restart container mail: driver failed programming external connectivity on endpoint mail (80745a182e99c96ca09dcb0a3775c919d7cd6907ba060410d860b2bd5929440e): Error starting userland proxy: listen tcp4 0.0.0.0:25: bind: address already in use root@my:~# systemctl status postfix ● postfix.service - Postfix Mail Transport Agent Loaded: loaded (/lib/systemd/system/postfix.service; enabled; vendor preset: enabled) Active: active (exited) since Sun 2021-08-29 20:16:02 CEST; 2 days ago Main PID: 1654 (code=exited, status=0/SUCCESS) Tasks: 0 (limit: 4653) CGroup: /system.slice/postfix.service Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable. root@my:~# systemctl stop postfix && systemctl disable postfix Synchronizing state of postfix.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable postfix root@my:~# docker restart mail mail root@my:~#
  • Migrating Google Calendar & Contacts to WebDAV (CalDAV & CardDAV)

    5
    0 Votes
    5 Posts
    1k Views
    nebulonN
    The tool is a helper we have created to ease migration towards the apps we have packaged for Cloudron, I don't even know IceWarp and it was thus not tested against this. Maybe you can run the command again with: DEBUG=* cloudron-davsync ... to get more information on what might go wrong as I can't reproduce or test this locally.