Change the Base URL of the Client Portal?

I’ve searched for this but all of the existing questions are related to self-hosted instances. When I sent an invoice, quote, etc, the base url is:

and I would like to change it to something else like:

How do I go about doing this?

Hi,

You can change the subdomain on Settings > Client Portal.

1 Like

You can also include a specified port in the settings. I’m using two different ports, one for the Client Portal (i.e. alias.domain.com:5000) that redirects to /client/login and one for the company portal that redirects to /login in an attempt to at least obfuscate a little bit of the main login path…

Unfortunately InvoiceNinja doesn’t have different root directories to access the main company portal and the client portal… it’s the same invoiceninja/public root… (unless I’m missing something which is also just as likely).

It makes it difficult to obfuscate the main portal when the client url just adds /client/login and if you remove it it pops straight to /login… espicially since the end user agreement basically says we can’t change anything that’s not client facing (assuming license purchase)… which means InvoiceNinja is staring them right in the face if they just remove the /client/login… and using HTTPS on a platform that you really should be using it means no masking the URL…

But this is more of a want/desire than a need I guess…