Video coming soon…

📈 Setup Shynet — Privacy-First Analytics That Works Without JavaScript

Deploy Shynet on Ubuntu with Docker — a lightweight, privacy-friendly web analytics platform that tracks visits without cookies and even works when JavaScript is disabled, on port 8233.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — deploys Shynet with its PostgreSQL on port 8233. Create the admin user with a management command, then add your sites and drop in the tracking snippet.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/analytics/shynet/shynet-ubuntu.sh
chmod +x shynet-ubuntu.sh
sudo bash shynet-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/analytics/shynet/shynet-ubuntu.sh

2 Make it Executable

chmod +x shynet-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts Shynet with its PostgreSQL database on port 8233. It generates a Django secret and DB password; you create the admin account afterward with a management command.

sudo bash shynet-ubuntu.sh

4 Create the Admin User

Shynet has no default login — create your admin account with the registeradmin management command, then open Shynet and log in to add your sites:

docker exec -it shynet ./manage.py registeradmin your@email.com

Ports Used

PortPurpose
8233Web UI (host → container 8080)
registeradminNo default login — create the admin via a management command
no-JS pixelTracks visits even when JavaScript is disabled; PostgreSQL backend

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions