Overview
Per-instance admin sign-in
The Wakapi web UI served on port 80 - a unique admin account with a random password is generated for every instance on first boot and required to sign in; public self sign-up is disabled.
Per-instance admin sign-in
Coding-activity dashboard
Per-project statistics
API key and editor integration
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Private Coding Analytics Without the Setup Burden
Wakapi is a popular open-source, self-hosted, WakaTime-compatible coding-activity server. It receives heartbeats from standard WakaTime editor plugins for Visual Studio Code, JetBrains IDEs, Vim, Sublime Text and dozens more, then renders clear dashboards showing time spent per project, programming language, editor and machine. Because it speaks the WakaTime API, your existing editor setup points at your own server by changing a single configuration line - and your coding history stays entirely on infrastructure you control.
Deploying Wakapi yourself means installing the binary, writing a systemd unit, generating a password salt, standing up a reverse proxy and seeding an admin account. This AMI eliminates that effort entirely - a working statistics server is running within minutes of launch, not hours.
Application Stack
Wakapi runs as a single Go binary under systemd (wakapi.service), bound only to loopback and served through an nginx reverse proxy ready for your TLS certificate on port 80. The activity database is SQLite on a dedicated, independently-resizable data volume, so the appliance stays lightweight and starts instantly. There is no separate database server to operate and no runtime to patch.
Secure by Default
Many pre-built images ship with shared credentials or leave open registration enabled. This image closes those gaps:
- A unique password salt and administrator password are generated for every instance on first boot, before the server is reachable, and are never baked into the image
- A single administrator account with a per-instance random password is seeded and written to a root-only file, alongside the account's WakaTime API key
- Public self sign-up is disabled so the server is single-tenant rather than an open registration service
- Wakapi binds only to loopback and is reached solely through nginx; the SQLite database file on the data volume is never network-reachable
Ready to Use
Browse to the instance on port 80, sign in with the generated admin credentials, then point your editor's WakaTime plugin at your server's URL and API key to start recording coding activity. Dashboards break your time down per project, language, editor and machine, with daily and ranged summaries, an all-time overview, optional badges and a simple API for scripting. You can import history from a WakaTime account or another Wakapi instance.
What You Avoid by Using This AMI
- Installing the binary and writing and hardening a systemd unit
- Standing up an nginx reverse proxy ready for TLS
- Generating a password salt and seeding the first admin account
- Leaving open registration on by mistake
- Ongoing maintenance and security patching without expert guidance
Versus Hosted WakaTime
Hosted WakaTime sends your coding telemetry to a third-party service. This AMI keeps all data inside your own AWS account, giving you full ownership, auditability and the ability to run in regulated or air-gapped environments where external SaaS is not permitted.
cloudimg Support
24/7 technical support by email and live chat with a guaranteed 24-hour response SLA. Our engineers help with deployment, TLS termination, editor plugin configuration, backups, user management and scaling. If you would like a guided setup walkthrough before or after purchase, contact us at any time.
Use Cases
- Keep private, self-owned coding-time metrics inside your own cloud account instead of a third-party service
- Point your team's WakaTime editor plugins at one self-hosted dashboard for per-project and per-language reporting
- A privacy-preserving, data-ownership alternative to hosted developer analytics for regulated or air-gapped environments
Evaluate With Confidence
Launch the AMI on a minimal instance to explore the dashboard and plugin integration before committing to a larger deployment. If you need assistance at any stage, our support team is available around the clock.
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Self-hosted, WakaTime-compatible coding-analytics server preinstalled as the official single Go binary behind an nginx reverse proxy on port 80, with the SQLite activity database on a dedicated, independently-resizable data volume - ready with no manual setup
- Secure by default: a unique password salt and a per-instance admin account with a random password are generated on first boot and written to a root-only file, public sign-up is disabled and wakapi binds only to loopback - no shared or default credential ships in the image
- 24/7 technical support from cloudimg with a guaranteed 24-hour response SLA, plus a paired step-by-step deployment guide covering first sign-in, pointing editor plugins at your server, the security model and enabling HTTPS
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
c5a.12xlarge | c5a.12xlarge instance type | $0.24 |
c5a.16xlarge | c5a.16xlarge instance type | $0.24 |
c5a.24xlarge | c5a.24xlarge instance type | $0.24 |
c5a.2xlarge | c5a.2xlarge instance type | $0.24 |
c5a.4xlarge | c5a.4xlarge instance type | $0.24 |
c5a.8xlarge | c5a.8xlarge instance type | $0.24 |
c5a.large | c5a.large instance type | $0.08 |
Vendor refund policy
Refunds available on request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Initial release of Wakapi 2.17.5, the self-hosted WakaTime-compatible coding-activity and statistics server (official single Go binary behind nginx, SQLite on a dedicated data volume).
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is 'ubuntu'). The application is served on port 80: browse to http://<instance-public-ip>/ and sign in with the generated admin account (username 'admin'). Retrieve the generated credentials with: sudo cat /root/wakapi-info.txt (this file also holds the admin WakaTime API key). Wakapi runs as a single Go binary under wakapi.service bound to loopback 127.0.0.1:3000, fronted by nginx on port 80; the SQLite activity database lives on a dedicated data volume at /var/lib/wakapi. Configuration is /etc/wakapi/config.yml plus WAKAPI_* overrides in /etc/wakapi/wakapi.env. Services are managed with systemctl (wakapi.service, nginx.service). Public self sign-up is disabled; the server is single-tenant with one admin account. To record activity, point your editor's WakaTime plugin at http://<instance-public-ip>/api using the admin API key. The user guide covers first sign-in, editor plugin configuration, the security model and enabling HTTPS.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this product by email and live chat.
Response Times
We provide a guaranteed 24-hour response SLA, with faster responses for critical issues. Our engineers are available around the clock to help resolve problems that block your workflow.
What We Help With
- Deployment and initial configuration
- Pointing editor WakaTime plugins at your server
- User management and the single-tenant security model
- TLS termination setup with AWS load balancers
- Backup strategies and data recovery
- Scaling and performance tuning
- Software updates and patch guidance
- Troubleshooting and issue resolution
- Refund requests
How to Reach Us
Email: support@cloudimg.co.uk Live chat: Available 24/7
We respond to all inquiries and work with you until your issue is resolved. If you need help at any stage - from first launch to ongoing maintenance - our team is here to assist.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.