• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Unipi Control Panel password

    Official EVOK API
    3
    4
    594
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      matrixratrix last edited by

      Hello,

      Any way to set a password to "Unipi control panel" ??
      0_1573308158915_unipi.JPG

      Martin Kudláček 1 Reply Last reply Reply Quote 0
      • Martin Kudláček
        Martin Kudláček @matrixratrix last edited by

        Hello @matrixratrix,
        the control panel should be disabled in production environments, leaving only the API port open. If you still need to put a login for control panel, follow the NGINX BasicAuth tutorial: https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/

        Be aware, that the BasicAuth sends login information unecrypted, vulnerable for eavesdropping. Employing HTTPS would be a good idea.

        Best regards,
        Martin

        1 Reply Last reply Reply Quote 0
        • M
          matrixratrix last edited by

          @martin-kudláček said in Unipi Control Panel password:

          control panel

          Thank you,

          Where I disable control panel?

          M 1 Reply Last reply Reply Quote 0
          • M
            martin_triska administrators @matrixratrix last edited by

            Hello @matrixratrix,

            the control panel is hosted by the Nginx webserver. You can simply remove the "evok" symlink from the /etc/nginx/sites-enabled/ directory. After doing this, you have to restart (or disable) the webserver to reflect this change:

            sudo su
            systemctl restart nginx
            
            1 Reply Last reply Reply Quote 0
            • First post
              Last post