Hi
I installed nibblebill module with tis database from wiki:
create table accounts (
    id bigserial not null,
    name varchar( 256 ),
    cash double precision not null
);
For using nibblebill in multiserver environment, may be some account has access from different servers what should be...