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
  • Unable to delete custom app - Docker error

    Solved docker
    11
    0 Votes
    11 Posts
    733 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
    571 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
    495 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
    710 Views
    robiR
    https://www.maketecheasier.com/zram-zcache-zswap/
  • Nextcloud take very long time to respond

    Unsolved
    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
    1k 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
    783 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
    987 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.
  • Migrate local Cloudron User to AD

    7
    0 Votes
    7 Posts
    1k Views
    fbartelsF
    @nebulon no problem at all. The topic itself is quite large so individual bits are easy to miss. A script could be a nice idea as most users will probably not be comfortable with doing sql updates manually. But such a script can probably turn into something complicated quite easily. The flow that immediately comes to mind would be doing in ldap server on the ldap backend and comparing it with the users that Cloudron already knows. Followed by the possibility to switch auth for any users that are primarily managed on Cloudron, but exist on the ldap side as well. Probably easier to do it in javascript than it would be in e.g. bash.
  • Backup Failing (Cloudron crashed/stopped)

    Solved backups memory
    4
    0 Votes
    4 Posts
    785 Views
    nebulonN
    To conclude this, it was a memory issue. The instance as a whole was a bit overcommited. If the backup task is idle, it won't consume any memory. Also Cloudron does not reserve memory based on the limits set, neither for backup nor for apps. The limit is just to avoid rouge apps or the backup task to bring kill other apps.
  • This topic is deleted!

    Moved
    2
    0 Votes
    2 Posts
    24 Views
  • Wordpress app not showing up

    Solved
    5
    0 Votes
    5 Posts
    943 Views
    jdaviescoatesJ
    @onlybro must be some caching somewhere Are you running Linux? If so could simply edit your hosts file
  • SSHFS Backup Mount again not working with version 6.3.6

    Solved
    6
    2
    0 Votes
    6 Posts
    729 Views
    robiR
    @nebulon said in SSHFS Backup Mount again not working with version 6.3.6: @amahr sorry the command to restart/remount would be: systemctl restart mnt-cloudronbackup.mount It would be nice to have this exposed in the storage UI
  • Client user locked out of SFTP?

    Solved sftp
    3
    0 Votes
    3 Posts
    752 Views
    jordanurbsJ
    @girish said in Client user locked out of SFTP?: explicity - Services -> SFTP ahhh ok thanks!
  • 0 Votes
    3 Posts
    685 Views
    girishG
    @comtop1 Did you get this sorted out? Usually, I have seen disabling and re-enabling cloudflare proxy fixes things. Seems to be some in Cloudflare SSL proxy caching.
  • How to set up Mailgun SMTP relay?

    Solved mailgun
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    @humptydumpty thanks, good to know. We don't automate Mailgun relay yet, so we are not affected.
  • Any App > Settings > Email > "Outbound Email" link broken

    Solved
    2
    0 Votes
    2 Posts
    449 Views
    nebulonN
    @marcusquinn well spotted, this was a translation quote escaping issue and is fixed now in our dataset in weblate.
  • 0 Votes
    2 Posts
    479 Views
    nebulonN
    @sock_check_foo hard to say what might be the root cause here. If you want us to take a direct look at it, please enable remote SSH support and send us a mail with your dashboard domain to support@cloudron.io