Enabling Administrative Mode - FedericoAlcantara/wubiq GitHub Wiki

Administrative Mode Setup

This guide explains how to enable and use the administrative mode in Wubiq.

Configuration

Create Properties File

Create or update a file named wubiq-server.properties. This file can be placed in either:

  • Container's conf folder
  • Main classpath folder

For Tomcat, valid locations are:

  • ${TOMCAT}/conf
  • ${TOMCAT}/webapps/{YOUR_APPLICATION}/WEB-INF/classes

Add User Credentials

In wubiq-server.properties, add users with the following format:

users=user1:password1,user2:password2,usern:passwordn

Example:

users=test:12345,john:nopasswd

This configuration allows two users (Test and John) to access the administrative mode.

Accessing Administrative Mode

  1. After adding users, refresh the Wubiq web console
  2. You will see login fields appear:
  1. After successful login, you'll see the administrative interface:

Administrative Features

The administrative interface provides:

  • Option to pause remote clients
  • Ability to remove all print jobs for specific clients (using the button next to each remote printer)