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.
It is possible to assign a name to each instance of BitMeter OS, which will be displayed in the title of the web interface. To assign a name, use the bmdb utility with the setconfig option, as follows:
bmdb setconfig web.server_name "Robs Laptop"
To change the colours used to represent upload and download values in the graphs on the web interface, use the bmdb utility with the setconfig option, as follows:
bmdb setconfig web.colour_dl "#f906f0" bmdb setconfig web.colour_ul blackBe careful when setting these values - no validation checks are performed on the values that you enter, supplying an invalid value can cause the web interface to stop working!
Yes, you can do this using the bmsync utility.