antHill cannot find or activate your antsle

antHill cannot find or activate your antsle

Here is a series of videos for trouble shooting anthill activation in our docs:

Here are some of the steps from the video:
Is your ethernet cable plugged into the correct ethernet port (br0)? as shown here: http://docs.antsle.com/setup/#2-connect-power-and-network

Can you connect to antMan on the antsle via a browser?


Or connect to the antsleOS command line via SSH


or if on Windows use Putty (http://docs.antsle.com/login/)

If you can connect to antMan and the command line, then check out this article on our forum to check if the anthilld service is running and check if the antsle can communicate with the public internet.

If not, connect a monitor and keyboard and login with your root user and password.

Then we can check the IP address the antsle received.
Run the following command

    ifconfig br0

If you get the IP address then we can use that to access antMan. antMan listens on port 3000.


and to SSH to the antsle

    ssh root@x.x.x.x

Now that we are connected, we can check the anthilld service and test communication with the public internet as discussed in the forum post or the trouble shooting videos.

    • Related Articles

    • The antsle cannot communicate with the public internet

      This can happen if the antsle does not acquire an IP from DHCP but is typically a misconfigured default gateway or DNS server address.  If you configured a static IP, you also need to set the default gateway and dns server addresses in antMan > ...
    • Cannont access antMan using 'antsle_name.local' from a browser

      Power Is the red power led on, on the front of the antsle? Ethernet connection Is your ethernet cable plugged into the correct ethernet port?:  http://docs.antsle.com/setup/#2-connect-power-and-network Is there a link light on the ethernet port and ...
    • Backup fails with error: Snapshot '_antsle_backup' exists, probably from a backup in progress.

      If a backup fails with the following error: Snapshot '_antsle_backup' exists, probably from a backup in progress. If this is not the case, please delete it and try again. From the antsle's command ...
    • 500 error opening antMan

      This usually means the root partition is full or Docker is not using Zfs or the zpool is full.    First ssh to the antsle's command line?     ssh root@antsle_name.local     or     ssh root@x.x.x.x or if on Windows use Putty ...
    • Network 'bblv' is not active

      It may be an overlap of IP addresses. The internal network for the antlets (10.1.1.x by default) must be a unique network - different than the LAN your antsle is connected to.  If these networks are the same, run the baseip script, from the antsle's ...