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.1k Posts
  • Potential new install, is this possible, practical, or stupid?

    Solved hyperv installation
    2
    1 Votes
    2 Posts
    291 Views
    J
    Don't think this is a problem. It's quite normal to use Hyper-V and Proxmox to host Cloudron
  • 1 Votes
    3 Posts
    374 Views
    K
    @joseph Yes actually is was closed. By default Oracle servers are developed with closed 80, 443 ports. Now problem is solved
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Safe to Install along side Cloudron? lm-sensors

    Solved installation
    5
    0 Votes
    5 Posts
    592 Views
    nebulonN
    I would be surprised if the default configs do not regulate the fan already. As you mention mostly the Paperless issue with CPU simply heats up the CPU continuously, so we have to first get down to that issue.
  • Update path to Cloudron 8 - non AVX

    Solved avx
    5
    0 Votes
    5 Posts
    669 Views
    nebulonN
    The process is essentially the same as normal updates: fetching new release tarball extracting and replace old release run the upgrade script We have an internal hotfix tool for development which performs those steps, if run from within a git tree with the target release tag checked out. Mostly this is not provided automatically to those Cloudrons is, that we haven't tested the release jump much, so we don't want to risk users being offline until we have time to potentially fix some edge case on that server.
  • Can't change memory limit

    Solved memory
    6
    2
    1 Votes
    6 Posts
    790 Views
    R
    You guys rock! Thank you.
  • After CPU limit change : Docker Error: (HTTP code 400) bad parameter,

    Solved docker cpu
    7
    1 Votes
    7 Posts
    662 Views
    girishG
    Fixed in https://git.cloudron.io/cloudron/box/-/commit/abf445e96949ab952c07b457610a1a890cf4e339 for next release.
  • After upgrade Ubuntu 20.04 to 22.04, nginx will not start

    Solved nginx
    3
    1 Votes
    3 Posts
    808 Views
    V
    Thanks, that worked!
  • I cant singn in for the app store

    Solved appstore
    3
    0 Votes
    3 Posts
    373 Views
    nebulonN
    @Jantheman do you have any updates on this? Is it resolved or does this need further debugging?
  • 1 Votes
    9 Posts
    1k Views
    J
    So, the mounting is handled by the kernel and Cloudron as such has nothing to do with stability of the mount. Cloudron is really just a user space program. You can find the mount systemd file in one of the mount files in /etc/systemd/system/*.mount . Maybe you can look for hints in dmesg (but often unmount information logs is not there)
  • Will Cloudron manage the update from 22 LTS -> 24 LTS?

    Solved ubuntu upgrade
    4
    1 Votes
    4 Posts
    519 Views
    jadudmJ
    Many thanks, all. I missed that bit of the documentation. I'll definitely backup; I'm running on bare hardware, and didn't even do myself the courtesy of running Cloudron in a VM. I may... use this as an opportunity to change that. Either way, this is all I needed. Thank you!
  • DNS Error: DNS AAAA Record is not synced yet: ETRYAGAIN

    Solved dns ipv6
    16
    1 Votes
    16 Posts
    1k Views
    micmcM
    @girish moreover, the package.json on my WS indicates the version installed as being "version": "5.9.0"so then I still tried from the git directory and I still get: No image found, please run `cloudron build` first or use --image Now, when I try without the git to the repo then I get: App repair error: No CloudronManifest.json found Ho my...
  • Timezone BST (British Summer Time)

    timezone
    8
    1 Votes
    8 Posts
    1k Views
    girishG
    Unfortunately, the browser does not give us DST offset information to display. Only the UTC offset.
  • Netcup upgrade to new generation

    Solved netcup migration
    2
    1 Votes
    2 Posts
    496 Views
    J
    @RazielKanos yeah, you will have some down time when migrating. If apps don't change, then you can avoid downtime by restoring using 'dry run' - https://docs.cloudron.io/backups/#dry-run . Once restored on new server, just change the DNS. This way you won't have downtime but with the caveat that you will lose changes that were made to the old server since the backup that was restored on the new server.
  • Backup not working since auto-Updating to 8.0.3

    Solved
    6
    0 Votes
    6 Posts
    320 Views
    RazielKanosR
    @humptydumpty updated ^^
  • Unable to Backup Since Updating to 8.0.3

    Solved update backups
    19
    1 Votes
    19 Posts
    1k Views
    S
    It did turn out to be a DNC issue which Joseph at Clourdon support fixed and then created a backup.
  • Apps Showing Update Required Constantly

    Solved updates
    5
    2
    0 Votes
    5 Posts
    630 Views
    J
    @senthilkumaran https://github.com/TryGhost/Ghost/releases . there were 5 releases just this week. You can change update schedule in the settings -> update
  • Failed backups and email config issue since 8.0.3 upgrade

    Solved backups email update issue
    6
    1
    0 Votes
    6 Posts
    799 Views
    B
    @Beardmancer said in Failed backups and email config issue since 8.0.3 upgrade: I decided to go ahead and try adding this to /etc/systemd/resolved.conf since it's easy enough to comment out. DNS=8.8.8.8 1.1.1.1 After doing that and restarting the service with systemctl restart systemd-resolved, things seem to be working correctly. The file /etc/resolv.conf lists nameservers now and a manually-initiated backup just completed successfully. Thanks for the hlep @nebulon ! In the future, is there anything I should look out for to avoid this? I don't know what caused it. Maybe it was the 8.0.3 upgrade, or maybe it was an Ubuntu update? I think I rebooted Cloudron for the latter recently. If there's a configuration I might have setup wrong, I'd love to correct it.
  • Open ports on my server

    Solved ports firewall
    3
    1 Votes
    3 Posts
    442 Views
    J
    @cocam123 Cloudron does not support installing external software as such. With that warning, https://docs.cloudron.io/networking/#whitelist-ports will help you expose the port. Cloudron has it's own firewall written on top of iptables and does not use ufw.
  • 2 Votes
    4 Posts
    509 Views
    C
    Thank you!