Cloudron Setup on Contabo - VPS L Instances - Ubuntu 22.04 x64
-
wrote on Dec 13, 2022, 2:20 PM last edited by
Wow. I had cloudron running on Ubuntu 18.04, backuped the server last night and tried four times to install coudron now.
Bad luck. I first tought about doing it in the holidays, but now I stuck with a disabled server.... -.- -
Wow. I had cloudron running on Ubuntu 18.04, backuped the server last night and tried four times to install coudron now.
Bad luck. I first tought about doing it in the holidays, but now I stuck with a disabled server.... -.-wrote on Dec 13, 2022, 2:35 PM last edited by SirFiChi Dec 13, 2022, 2:38 PMBuy me a beer!
Installation on Contabo VPS:
- Fresh installed server with Ubuntu 22.04
- Enable IPv6 as root
enable_ipv6
- Follow the Cloudron installation
wget https://cloudron.io/cloudron-setup chmod +x ./cloudron-setup ./cloudron-setup
- Reboot the server
Sources:
2. https://contabo.com/blog/de/ipv6-auf-ihrem-server-einrichten/
3. https://www.cloudron.io/get.html -
@girish said in Cloudron Setup on Contabo - VPS L Instances - Ubuntu 22.04 x64:
There is a bug in unbound on Ubuntu 22 that it listens on the control interface (port 8953) by default. I have reported the issue on the unbound mailing list, let's see what they say.
But @cilleyperson didn't seem to have the issue with a vanilla install of Ubuntu 22, only on Contabo's version of it, no?
wrote on Dec 15, 2022, 8:00 PM last edited by@jdaviescoates Correct, the vanilla install works fine. It looks like based on what @girish found it can easily be solved by enabling ipv6 in the kernel. Thank you @SirFiChi for posting that process!
-
-