To view the Web Interface on your computer, just click on this link
The following command, executed from a Command Prompt/Terminal Window, will enable remote access next time the Web Interface is started:
bmdb webremoteTo disable remote access, use this command
bmdb weblocalNote that these commands don't take effect immediately, the web interface must be restarted first, see below.
The following commands will stop/start the Web Interface in Windows (these must be executed from a Command Prompt)
sc stop BitMeterWebService sc start BitMeterWebServiceThe following commands will stop/start/restart the Web Interface in Linux (these must be executed from a Terminal Window)
sudo /etc/init.d/bitmeterweb stop sudo /etc/init.d/bitmeterweb start sudo /etc/init.d/bitmeterweb restartThe following commands will stop/start the Web Interface in Mac OS X (these must be executed from a Terminal Window)
sudo launchctl stop uk.org.codebox.bitmeterweb sudo launchctl start uk.org.codebox.bitmeterweb
The source code is available on the SourceForge website.
To uninstall BitMeter OS on a Mac, just run this command (you may be prompted for the admin password):
/Library/Application\ Support/BitMeter/bmremove.sh
All the data that BitMeter OS records is stored in a single database file, so it is very easy to backup:
Yes, there are no conflicts between BitMeter OS and BitMeter 2, you can run them both together with no problems.