A simple Telegram Bot to run shell commands remotely, so that you can maintain your server from mobile phones!
Install
Download or clone this repo, then
Config
- Follow Telegram instructions to create a bot, and you will get bot token.
- Find you user ID
- Then put your telegram user ID and bot token in
config.js:
module.exports = { config:function(){ return ( { adminUsers:[ADMIN_ID], //admin users' telegram id, should be numbers botToken: 'YOUR_BOT_TOEKN', // bot token } ); } };
Run
or
That is it!
