We have an Sqlite DB on our Linux/PHP production webserver. What is the best way to manage it remotely? I've found some server wrappers are available and some applications claim to offer remote access methods. Any suggestions?
SSH in and use the SQLite command-line client.
But...why are you using SQLite on a production webserver!? Even the SQLite website advises against this!