Invoice Ninja Setup

If you need help you can post to our Support Forums

Application Settings

Let's store basic information about your Invoice Ninja!

URL*
(including http:// or https://)
HTTPS
Reports
Read more about how we use this.

Database Connection

You can use following commands to create user & database.
Show code
-- Commands to create a MySQL database and user
CREATE SCHEMA `db-ninja-01` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE USER 'ninja'@'localhost' IDENTIFIED BY 'ninja';
GRANT ALL PRIVILEGES ON `db-ninja-01`.* TO 'ninja'@'localhost';
FLUSH PRIVILEGES;
                        
Driver
Host*
Port*
Database*
Username*
Password

To proceed to next step, make sure you test each section.