The simplest way to install Netsocs is through Docker.
Requirements¶
Installation Steps¶
-
Ensure that Docker Engine is running. To do this, in the lower left corner of the screen, you will see a text indicating that Docker is running.

-
Download the zip or tar.gz file of the version you want to install directly from our releases page. There you will find all available versions for download. Once you locate the version you want to install, download it.

-
Once the file is downloaded, extract the folder containing the compressed file and open the file called
.env. This file contains the different configurations you can make for your installation. The minimum configuration is the IP address or domain name of your server. You can open the file with any text editor like Windows Notepad.
Help articles:
-
In the first line of the
.envfile, you can configure your server's domain name in theHTTP_HOSTNAMEvariable. The default value ishttps://192.168.1.100. Make sure to keep thehttps://at the beginning.
Do not use localhost or 127.0.0.1
It is important that you do not use
localhostor127.0.0.1as the value for theHTTP_HOSTNAMEvariable as Netsocs will not work correctly. -
Now in the Windows Explorer navigation bar, type
cmdand press enter. This will open the Windows command console.
-
In the terminal that just opened, execute the command docker compose up -d and press Enter. This will start the Netsocs containers in the background.
After a few minutes, you will be able to access the Netsocs interface from your web browser using the IP address or domain name you previously configured in the .env file.
To monitor the status of the containers, you can use Docker Desktop. Go to the Containers tab, where you can check their status, restart them, view logs, and perform other management actions.
When the process is complete, you will see a message indicating that the containers have been started successfully.

The access credentials to the Netsocs interface are:
- Username:
admin - Password:
admin123
Common Issues¶
Error response from daemon: ports are not available¶
If when starting the containers, the following error appears:
Error response from daemon: ports are not available
This means that port 80 or 443 is already in use by another program. You must ensure that no other program is using these ports.