Nextcloudpi endless problems?

Hello folks,

I set up a Nextcloud server and have been having a lot of problems with it ever since. I set it up from scratch several times until it worked. However, when I created a new user and tried to log in with it, it kept saying it failed and eventually blocked my IP address or something. Not only that, but I also want an SSL certificate, but I didn't install it using the bulk installer, but rather the simple installer. I also use No-IP.

I had a lot of other problems that I can't think of right now, but I think these are the main problems.

It would be cool if I had someone who could help me with all of this.

Thank you!

1 vote, average: 1.00 out of 1 (1 rating, 1 votes, rated)
You need to be a registered member to rate this.
Loading...
Subscribe
Notify of
5 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Alicia378A
1 year ago

Try to get your installation under control before you take care of SSL certificates.
I recommend an installation with Docker: https://docs.docker.com/engine/install/raspberry-pi-os/
You can then simply start Nextcloud using a simple Docker-Compose.yml text file – the database connection and everything else is automatically set up: https://github.com/nextcloud/docker

After that, you can still take care of SSL certificates, such as Certbot or Caddy Reverseproxy.

Hope that helped:)