Information about OpenWISP itself and its features is available at the main page.
The following procedure applies to Debian 9.
Installation pre-requisities:
Installation procedure:
ansible-galaxy install openwisp.openwisp2
openwisp2-ansible
) and enter into it.openwisp2
group).ansible-playbook
:- hosts: openwisp2 become: "{{ become | default('yes') }}" roles: - openwisp.openwisp2 vars: openwisp2_default_from_email: "openwisp2@my.domain"
When done it is possible to login via a web browser to the installed system (go to https://server.address/admin
). The default user name is admin
, the default password admin
. The password should be changed immediately; you can create as many user as you need.
After installing OpenWISP to the server, you can install the client part (the agent) to your routers according to the guide.