Skip to content

Quick'n'dirty provisioning of Ubiquiti-devices running AirOS

Notifications You must be signed in to change notification settings

euphdk/airos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airos-config

$ ./configure.py -h
usage: configure.py [-h] [-u USERNAME] [-p PASSWORD] host hostname ipaddress

positional arguments:
  host                  The address of your device.
  hostname              The hostname you want to configure.
  ipaddress             IP address.

optional arguments:
  -h, --help            show this help message and exit
  -u USERNAME, --username USERNAME
                        The username. Default 'ubnt'.
  -p PASSWORD, --password PASSWORD
                        The password. Default 'ubnt'.

What it does

  • Takes system.cfg (backup of your config from the AirOS-device)
  • Replaces hostname and IP-address
  • scp's the file to the device
  • Saves the config
  • Reboot

About

Quick'n'dirty provisioning of Ubiquiti-devices running AirOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages