meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
digital:server:matrixsynapse [2021/01/28 15:17]
natrius [Presence] added github issue for more information
digital:server:matrixsynapse [2021/06/04 19:07]
natrius [Step 7 - Setup UFW Firewall] - deleted 8448
Line 63: Line 63:
     sudo systemctl enable matrix-synapse.service     sudo systemctl enable matrix-synapse.service
  
-Synapse is now up and running using the default configuration on port '8008' and '8448'. Check the open ports using ss (former netstat) command.+Synapse is now up and running using the default configuration on port '8008'. Check the open ports using ss (former netstat) command.
  
     ss -plntu     ss -plntu
Line 311: Line 311:
     sudo ufw allow http     sudo ufw allow http
     sudo ufw allow https     sudo ufw allow https
-    sudo ufw allow 8448 
  
 Now enable the UFW firewall service and then check the status. Now enable the UFW firewall service and then check the status.