Skip to main content

2.) Changing ports

In order to get the port 80 and 443 free for Nginx later, we need to change the port of the Nextcloud apache server.


- open an ssh terminal of your joice (like putty for Windows) and connect to the pi via ssh

- type in:

sudo nano /etc/apache2/ports.conf

NCPssh-ports1.PNG

NCPssh-ports2.PNG

- look for port 80 ; change it to 8080

- look for port 443 ; change it to 4430

- type in : sudo nano /etc/apache2/sites-available/000-default.conf

NCPssh-ports3.PNG

NCPssh-ports4.PNG

- search for virtualhost ; change ist to 8080

- type in : sudo nano /etc/apache2/sites-available/nextcloud.conf

NCPssh-ports5.PNGNCPssh-ports6.PNG

- search for virtualhost ; change it to 4430

-now your Nextloud web page pi will be accessable under port 8080 and 4430 for ssl