Amateur Radio logbook server
npm install cloudshack 


CloudShack is an amateur radio logbook server which provides a RESTful API and a
built-in web interface.
The goal is to create a multiplatform logbook software which does not depend on
an internet connection but automatically synchronizes with other database
instances when there is a connection available.
- ADIF import/export
- LotW QSL import
- DX cluster integration
- HamQTH callbook integration
- Remote rig control via the hamlib rigctld
The only requirement for CloudShack is node.js and
a running instance of CouchDB.
# npm install -g cloudshack
$ cd CloudShack
$ npm install
$ npm start
There is a CloudShack AUR package available.
$ yaourt -S cloudshack-git couchdb
$ systemctl start couchdb
$ systemctl start cloudshack
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see