Unifi App Enter Mac Id Manually Error Solved

Posted on  by 

‎UniFi Network is an app used for configuring and managing your UniFi Network controllers and devices. CONTROLLER MODE The app is perfect for when you need to access your controller remotely. Most features that the web controller provides are present in the app. You can view the dashboard, device.

This is the process to add a new Unifi AP to the Unifi controller when discovery doesn’t work. In our case, we have a central Unifi controller managing APs on multiple networks. But, the routers don’t allow the discovery tool to see new APs on other networks, so this is how we add one. In this example, we’ll say the Unifi controller is at 192.168.1.55.

1) Write down (or take a picture on your phone) the MAC address for the new AP.

2) Connect the new Unifi AP.

3) Check DHCP to see what IP address was given to the Unifi AP by searching for the MAC address in the DHCP clients table.

Mac

Once you have the IP, we’ll use putty to ssh into the device. In this example, we’ll use 192.168.1.185.

NOTE: If the AP has been provisioned before, you’ll have to use the password for the Unifi controller it was provisioned by.

login as: ubnt

password: ubnt

>

NOTE: If the AP has been provisioned before, you’ll have to reset it to factory defaults. to do that, use the following command, and then SSH back into the device when it comes back up.

> syswrapper.sh restore-default

Since this is a brand new AP for us, we just need to do this:

> set-inform http://192.168.1.55:8080/inform

Next, we go connect to the Unifi command center. In a few minutes, we should see an alert stating a new device has checked in. If you don’t see the alert, check the device list, it should show up there as “Unknown”. From either location (alerts or ap device list), you should have a button that says “Adopt”. Adopt the new AP and go back to the SSH shell.

Send the command again, this should allow the AP to see that it has been adopted.

> set-inform http://192.168.1.55:8080/inform

Now you should see the new AP provisioned in the Unifi controller and you can edit the name and update the AP firmware.

Same steps as above with initial Unifi Controller settings:

Here are the instructions for setting up the UAPs on the new Unifi Controller software. Make sure you configure the following sections on the server:

Under settings (lower left cog)

  • Wireless Networks, configure the SSID(s) and security you are currently using with them.
  • Networks, Edit LAN and set the correct Subnet.
  • Admins, create any additional accounts you may want/need.
  • Controller, Enable the SMTP Server, configure it, and test to make sure it works.

Macid App

Adding a UAP on another VLAN (or entirely different network)

  • Using an SSH (putty) client, ssh into the UAP. If it hasn’t been configured before, username and password are ‘ubnt’. If it has been configured (adopted) by another controller, the username and password will be the same as what you use to log into the “old” controller web interface
  • You should set the UAP back to factory defaults to make sure it connects to the new controller properly. Make note of the UAPs MAC address to reference in the DHCP server once the UAP comes back up in factory default mode. To reset to factory, issue the following command:
    1. > syswrapper.sh restore-default

Keep in mind that this will revert it back to using DHCP on startup, etc. So check your DHCP server using the MAC address referenced earlier to see the new IP address

  • SSH into the new IP address and issue the following command:
    1. > set-inform http://server-ip-address:8080/inform
  • Check the Unifi Controller, it should have a message that a UAP is available to adopt, adopt the UAP
  • Back on the UAP send the command again:
    1. > set-inform http://server-ip-address:8080/inform
  • Finally, back in the Unifi Controller, you can set the name, upgrade the firmware, etc.

Mac Id Lookup

Red Squirrel

[H]F Junkie

Finding Mac Id

I used to have a Windows VM for the controller software which was kinda a pain and during network changes I just got rid of it with intention of looking into what it would take to run it in Linux. So today I did just that and found a tutorial and download link for a Linux version of the software. I got it working and can login to it and everything. It's version 3.2.10.
I have a single AP, with potential plans to add another as I have 2 spares. They are version 1.2.3.360 which I'm guessing is probably too old. When I try to adopt the AP, it just eventually goes to 'Disconnected'. At one point it was also going to 'failed'. I went on it and did 'syswrapper.sh restore-default'.
How do I go about making this work again? I'm guessing I probably have to manually update the firmware? Also just to confirm, from the AP I can telnet into port 8443 and 8080 of the controller, so I know the tcp connectivity is ok. I can also telnet to port 22 of the AP from the controller host.
Some interesting stuff going on in the logs (on the AP itself). I tried to force the inform url to change, but it's like if it's resolving it wrong.
rohan.loc is 10.1.1.5 but at one point it's trying to go to http://unifi:8080/inform but then it tries to go to http://10.1.1.14:8080/infom. I can't recall what .14 is but think that's the old server. I did a cleanup in my DNS a while back so the reverse for it no longer works, otherwise I could know for sure.
I also tried setting to port 8080, as I think that's actually the proper port for the inform protocol. This is going beyond what any documentation really talks about so kind of grasping at straws.
Oh and to clarify the hostname resolves OK on ap. I just got home from night shift expecting my WiFi to be down but its still working so I think the restore command did not fully restore to factory. I'll play with it more after sleep but open to suggestions.

Coments are closed