# Akaunting Generated on 14 Dec 2022 from [the Akaunting catalog page](https://marketplace.digitalocean.com/apps/akaunting) ### Free Accounting Software From invoicing to expense tracking to accounting, Akaunting has all the tools you need to manage your money online. Thanks to its modular structure, Akaunting provides an awesome [App Store](https://akaunting.com/apps) for users and developers. ### Resources - [Akaunting Home](https://akaunting.com) - [GitHub Repository](https://github.com/akaunting) - [User Guide](https://akaunting.com/docs/user-manual/dashboard) - [Become a Developer](https://akaunting.com/developers) ## Software Included | Package | Version | License | |---|---|---| | Akaunting | latest | [GPLv3](https://akaunting.com/license) | | MySQL server | 8.0.31 | [GPL 2 with modifications](https://www.mysql.com/about/legal/licensing/oem/#5) | | PHP | 8.1 | [PHP v3.01](http://php.net/license/index.php) | | Certbot | 0.40.0 | [Apache 2](https://github.com/certbot/certbot/blob/master/LICENSE.txt) | | Nginx | 1.18.0 | [2-clause BSD](https://github.com/nginx/nginx/blob/master/docs/text/LICENSE) | ## Creating an App using the Control Panel Click the **Deploy to DigitalOcean** button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account. [![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=akaunting-20-04) ## Creating an App using the API In addition to creating a Droplet from the Akaunting 1-Click App using the control panel, you can also use the [DigitalOcean API](https://docs.digitalocean.com/reference/api). As an example, to create a 4GB Akaunting Droplet in the SFO2 region, you can use the following `curl` command. You need to either save your [API access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) to an environment variable or substitute it in the command below. ```shell curl -X POST -H 'Content-Type: application/json' \ -H 'Authorization: Bearer '$TOKEN'' -d \ '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"akaunting-20-04"}' \ "https://api.digitalocean.com/v2/droplets" ``` ## Getting Started After Deploying Akaunting After creating the Droplet, Akaunting will require about 1 minute to get installed. After that, head over to the IP address of your Droplet in your favorite browser and login with the following credentials: Email: `my@company.com` Password: `123654`