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.4k Topics 23.8k Posts
  • 1 Votes
    2 Posts
    749 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
    2k 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
    628 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
    4k Views
    girishG
    Adding a redirection made things work.
  • Add users in bulk via spreadsheet or link

    usermanagement
    10
    2 Votes
    10 Posts
    3k 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?)

    Solved logs logrotate
    9
    1
    0 Votes
    9 Posts
    4k 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
    2k Views
    girishG
    @mehdi good catch, will fix!
  • Cloudron Error Cannot read property 'endsWith' of null

    Solved
    5
    0 Votes
    5 Posts
    1k 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
    3k 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
    1k 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

    Solved
    3
    2
    0 Votes
    3 Posts
    859 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
    14k 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
  • cloudron certs update API doesn't work

    Solved api certificates
    9
    0 Votes
    9 Posts
    2k Views
    potemkin_aiP
    @girish thank you, the output is different now, so I hope that will work. I took that API call from my forum request earlier, but I guess there was a misunderstanding the API call example was for the specific domain, not to update them all. Thanks for your assistance!
  • Cloudron.io 2FA Problem & LDAP Question

    4
    0 Votes
    4 Posts
    1k Views
    3
    @nebulon said in Cloudron.io 2FA Problem & LDAP Question: To be clear, each Cloudron requires one subscription. We have had various ideas around how to team up multiple servers into one Cloudron, but that is not implemented, once that is done, we will adjust our pricing scheme to match this "node" system then. For me its not even to "team up". I tought about the idea to record the coachings and share it (yt) to marketize myself, my customers pages and cloudron aswell. I still need to blur something but i just dont want to use my normal acc^^ But still be able to push/pull a install of my server to a customers server after i got him far enough to do it without destroying it (or "deleting" the internet)^^
  • error with ./cloudron-setup

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    nebulonN
    @kyleh2946 hm that seems quite specific to your proxmox setup. Not sure I can easily help here. Do we have other users on proxmox here?
  • Help troubleshooting email DNS issues

    Solved email dns
    10
    2
    0 Votes
    10 Posts
    2k Views
    nebulonN
    @jdaviescoates ah yes then this most likely was the issue with the unbound anchor file. See https://docs.cloudron.io/troubleshooting/#recovery-after-disk-full
  • Is there a way to get a Python, mysql, nginx web dev stack on here?

    2
    0 Votes
    2 Posts
    658 Views
    nebulonN
    Mostly you can build your own app packages for this. You could look up various different tech stack packages as referenced at https://docs.cloudron.io/packaging/cheat-sheet/#examples
  • 0 Votes
    5 Posts
    736 Views
    d19dotcaD
    @nebulon said in Cloudron CLI login command results in an HTTP 404 error with "Cannot POST /api/v1/developer/login" message: You probably have to update the cli tool, since the /api/v1/developer/login route was long deprecated and finally removed from the server side. @girish said in Cloudron CLI login command results in an HTTP 404 error with "Cannot POST /api/v1/developer/login" message: For reference, the latest CLI version is 4.12.8 (Use cloudron --version to see current version) So I checked the version of Cloudron CLI finally and it seems I am indeed running 4.12.8... <username>@<computerName> ~ % cloudron --version 4.12.8 However, I ran the command cloudron login again and now it suddenly works. So I'm not sure, maybe I had ran the update (I know I did for a fact) but perhaps it wasn't recognized until my computer had restarted over the holidays here. Something strange, but it's all good now it seems.
  • 404 in volumes files manager

    Solved volumes filemanager
    15
    2 Votes
    15 Posts
    4k Views
    nebulonN
    @mehdi thanks for reporting, this is fixed now. Next time a separate thread might be better to track those things if possible.