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.4k Posts
  • Email address username limits

    Solved mailbox mail
    10
    1
    1 Votes
    10 Posts
    2k Views
    girishG
    @robi yes!
  • mysql slow query log

    Solved mysql
    9
    0 Votes
    9 Posts
    2k Views
    girishG
    (please read warning in above comment before following instructions below). If you want to make config file changes: docker exec -ti mysql /bin/bash Edit /run/mysql/my.cnf as needed supervisorctl restart mysql It is important to note that the changes to config files are not persistent across container restarts and server reboot. In general, we have not envisioned Cloudron as a development environment, but we do have many devs using it as such. So, if there is interest, maybe we need to improve things for such use cases.
  • Able to change branding even though I don't have a license

    branding license
    7
    0 Votes
    7 Posts
    1k Views
    girishG
    This is possibly a bug, but in general we don't completely test as to what gets enabled/disabled when subscriptions expire. It's quite rare that people keep their servers around when subscription expires. But I will test things out when we cut a new release.
  • Wordpress app: DNS Error: DNS Record is not synced yet: ETRYAGAIN

    Solved namecheap dns
    5
    0 Votes
    5 Posts
    980 Views
    D
    I figured it out. There was an issue in namecheap because after checking the ip adress in dnschecker it had two ip addresses: One was the server ip and the other from namecheap. Now there is only one available after chatting with them.
  • Can't login for the Apps Page

    Solved appstore vultr dns
    14
    0 Votes
    14 Posts
    1k Views
    girishG
    @meeksfamily06 Cloudron uses unbound and does not use systemd-resolved. You won't see any issues unless when trying to use the mail server (or maybe some apps like nextcloud might act strange when going to the apps section).
  • Enable CORS for Baserow and n8n

    cors nginx
    4
    3 Votes
    4 Posts
    1k Views
    girishG
    @ashkaptsov So, AppGyver's browser UI is going to make requests from the browser to n8n and baserow ? Can you tell us a bit more as to why would it want to do that? In general, adding CORS headers without knowing the app knowing about is a security hole.
  • File Manager attempts to upload last file on tab wake

    filemanager
    7
    0 Votes
    7 Posts
    1k Views
    nebulonN
    @girish so I tried more things and my initial observation cannot be reproduced anymore, so I think I might have been misguided by persistent console logs here. Now I am not able to reproduce the double upload trigger at all anymore in chromium or firefox. @robi can you maybe explain in more detail how to reliably reproduce this? Do you have any additional extensions installed and can anyone else here see the issue?
  • 1 Votes
    2 Posts
    454 Views
    girishG
    Ah, thanks for reporting. I have opened https://git.cloudron.io/cloudron/box/-/issues/808 internally .
  • Dashboard unavailable, apps are currently fine

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    girishG
    @joshrb91 looks like the server has nvm installed. Which then hijacked the system node. # which node /root/.nvm/versions/node/v14.17.6/bin/node The error is not very obvious because systemctl status box says running but it's not really running. journalctl -u box -fa shows that it's crashing constantly. The reason for that is the box code runs as yellowtent user.. # su - yellowtent $ node --version v12.18.4 $ which node /usr/local/bin/node It seems there is another node installed in /usr/local/bin also. I renamed that directory to bin-old for now and it brings things up. Generally, we don't support installing external software on Cloudron. Was there any reason you installed nvm on the server? (was it to install cloudron CLI? if so, that's meant to be installed on your PC/laptop and not on the server).
  • Stuck! Cloudron is offline... rebooting

    Moved
    2
    0 Votes
    2 Posts
    434 Views
    girishG
    @jtippetts It's hard to tell what is happening. Can you try this: Reboot the server Please check if the IP address of server matches the DNS entries. Maybe the IP address was changed during the process of opening up email ports? Once rebooted, please check the output of systemctl status box and systemctl status nginx. If they are both running, the dashboard should be reachable.
  • Domain registry not working

    Solved namecheap domains
    14
    1
    0 Votes
    14 Posts
    2k Views
    girishG
    Adding a redirection made things work.
  • Add users in bulk via spreadsheet or link

    usermanagement
    10
    2 Votes
    10 Posts
    2k Views
    BrutalBirdieB
    huh for some reason in my last session I did not see the search field but there is one. (Maybe I was just blind ) [image: 1641417954001-094213ff-47fe-41f3-b452-a341a216719f-grafik.png] I take it back, please don't throw stones
  • /dev/vda1 is almost full (docker?)

    Unsolved logs logrotate
    9
    1
    0 Votes
    9 Posts
    2k Views
    girishG
    logrotate is run via the system cron. You can check these: /etc/logrotate.conf should contain the line include /home/yellowtent/platformdata/logrotate.d in the very end. The file /home/yellowtent/platformdata/logrotate.d/platform should contain /home/yellowtent/platformdata/logs/turn/*.log As for cron configuration, systemctl status cron should say Active/running. There should also be a file /etc/cron.daily/logrotate . Other than that, it can only mean that turn server generated a massive amount of logs in a single day (seems quite unlikely but who knows). Does it rotate if you run logrotate manually? - Run /usr/sbin/logrotate /etc/logrotate.conf ?
  • mailbox name can only contain alphanumerals and dot

    Solved email
    11
    5 Votes
    11 Posts
    1k Views
    girishG
    @mehdi good catch, will fix!
  • Cloudron Error Cannot read property 'endsWith' of null

    Solved
    5
    0 Votes
    5 Posts
    738 Views
    nebulonN
    @hamann ah actually this bug is already fixed with https://git.cloudron.io/cloudron/box/-/commit/cefbe7064f4c7b31fb93bbf7ed85bf916aa5cf39 but pending a release. For the meantime you could tweak the file manually at /home/yellowtent/box/src/apps.js and then systemctl restart box or enable the mailbox for that app temporarily.
  • SSHFS Mount Backup maybe BUG

    Solved sshfs backups
    9
    5
    0 Votes
    9 Posts
    2k Views
    M
    @rmdes I ended up setting up a local backup for Cloudron and use RClone to handle the backup. I've used RClone for years with no issue, and since going this route, no issues with my Cloudron backup.
  • Setup an app not in app-library

    Solved custom-apps custom apps help
    3
    0 Votes
    3 Posts
    690 Views
    H
    @d19dotca thanks man, I’ll look in to your links and also take a look at the app-dev flag of people and see what I figure out! Thanks!
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    16 Views
  • Certificate renewal issue - can't access dashboard anymore

    Unsolved
    3
    2
    0 Votes
    3 Posts
    537 Views
    nebulonN
    @zezaung could this be related to your DNS issue from your other forum thread? Which certificate provider have you configured?
  • Log4j and log4j2 library vulnerability

    Solved security
    31
    5 Votes
    31 Posts
    9k Views
    3
    @girish ah i didnt even notice bevause of all the 4j notices my eyes where too open thx for looking at this anyway