Single Binary
Self-host on your own platform.
This setup is very flexible, allowing you to run everything on a single server or VM. It is good option if you have spare capacity on an existing machine.
Supported Platforms
Platform name | Description |
---|---|
linux_amd64 | Linux AMD64 |
linux_arm64 | Linux ARM64 |
osx_amd64 | macOS 12+ (Intel CPUs) |
osx_arm64 | macOS 12+ (Apple Silicon: M1, M2 CPUs, etc.) |
windows | Unsupported. Consider using Docker instead. |
libstdc++6
package and its dependencies are installed.Installation
Download
Get the latest version of the binary from GitHub Releases that matches your operating system.
Run Program
Save the binary in a suitable location, then run the program with the following start
command:
On the first run, this will create two database files in the same directory as the binary: me_meta.db
and me_analytics.db
. Ensure these files are kept in persistent storage.
Configure Deployment
Before you can start collecting data, you may want to configure your analytics instance to suit your needs. It is recommended to refer to the CLI Configuration page for more details.
Afterwards, ensure your analytics instance is configured to be accessible from the internet. You must also set up SSL certificates for your deployment.
Add Your First Website
Success! You can now add your first website to the analytics instance by visiting the web interface at http://localhost:8080
or the publicly accessible hostname for your deployment.
The default login credentials are:
- Username:
admin
- Password:
CHANGE_ME_ON_FIRST_LOGIN
localhost
or a HTTPS
connection. Logging in via an unencrypted HTTP
connection will not work.Embed Tracking Snippet
Then, embed the following HTML tracking snippet in the <head>
element of your website to start collecting data: