What is the Haxinator 2000?

The Haxinator 2000 is a Armbian overlay for single-board computers such as the Rasberry Pi, Banana Pi, Orange Pi, and potentially more. It allows management of Network and VPN interfaces, including fearures sych as ICMP, DNS, VPN tunneling techniques, and more.

It was born our of a need to have a handy device that will allow me to manage my internet connectivity in a more flexible way while I travel. This includes being at airports, hotels and other restricted environemnts - where I would always forget, or not have internet (!) to download the tools I would need to tunnel out. This is where the Haxinator 2000 comes in. This post will briefly showcase the various capabilities of the Haxinator 2000 with the aim of baiting you into a download. Try it out, you wont regret it!

Initial boot up

The haxinator is designed to work headless, as a "device" with a web user interface. BY default it will use ethernet over USB to provide your computer with an IP address in the range of 192.168.8.1/24. Once the Rasbery Pi has booted (twice), it should settle and be pingable. Once it is, visit https://192.168.8.1.

Default Login

NOTE: There are several default usernames and passwords created during the build process.

System Users (SSH)
  • root / root
  • hax / hax

Please change them.

Web UI Users (HTTP/HTTPS)
  • admin / changeme

This can be changed in the config file located at:

 /var/www/html/config/config.php 

Haxinator 2000 Login

Once logged in, mess around! Theres a documentation website which is finding it hard to keep up with the development cycles, but we're doing out best! find it at Haxinator Documentation