MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Acces IP Whitelist

    Scheduled Pinned Locked Moved Troubleshooting
    5 Posts 2 Posters 809 Views 2 Watching
    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.
    • G Offline
      greda
      last edited by

      Hi,
      I have a little problem. I configured config.js like this: ipWhitelist: [“127.0.0.1”, “:: ffff: 127.0.0.1”, “:: 1”, “192.168.0.0/24”, ":: ffff: 192.168. 0.0 / 24 "], // Set [] to allow all IP addresses
      But I can’t access the mirror from a browser. My internal ip is 192.168.0.0/24
      Thank you for your help.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @greda
        last edited by

        @greda what is address set to? must be “0.0.0.0” to allow access from off the mirror machine.

        localhost means ONLY listen for inside connections…

        ipWhitelist applies AFTER that

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • G Offline
          greda
          last edited by

          @sdetweil said in Acces IP Whitelist:

          @greda what is address set to? must be “0.0.0.0” to allow access from off the mirror machine.
          localhost means ONLY listen for inside connections…
          ipWhitelist applies AFTER that

          How do I configure the ipWhitelist line?
          Currently: ipWhitelist: [“127.0.0.1”, “:: ffff: 127.0.0.1”, “:: 1”],

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @greda
            last edited by

            @greda first start with

            ipWhitelist:[],
            

            anyone on your (local) network could connect

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • G Offline
              greda
              last edited by

              Thanks it’s ok now.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy