2021-09-18

Syncthing habilitar remote web access

Para habilitar el web access, el acceso web desde otra pc de la red, o fuera de la red local , es necesario abrir el archivo config.xml y modificar la ip de escucha del servidor de 127.0.0.1 a 0.0.0.0

Antes

<address>127.0.0.1:8384</address>

Despues

<address>0.0.0.0:8384</address>

English...

To enable web access, web access from another pc on the network, or outside the local network, it is necessary to open the config.xml file and modify the server's listening ip from 127.0.0.1 to 0.0.0.0

Before

<address>127.0.0.1:8384</address>

After

<address>0.0.0.0:8384</address>