Access local domain application using Kimai Mobile via WLAN/Remotely

Modified on Fri, 2 Feb at 11:23 AM

When you host your domain locally, you can access it:

  1. using same WLAN  
    When you create workspace, you should provide http:// {static IP address}:{port} and add static IP address to trusted host in your environment



  2. using tunnel 
    read article: Accessing localhost from Anywhere - SitePoint 

    for example : using localtunnel

    You can install it globally on your device like most npm packages:

    npm install -g localtunnel


    then

    lt --port 80 --subdomain abdbakroo
    -- your url is: https://abdbakroo.loca.lt


    you should add this URL as trusted host in your environment 



    work space info:

     




    Watch the full tutorial here:




Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article