{"id":21420303,"url":"https://github.com/mython-dev/server-management-tool","last_synced_at":"2025-06-21T09:05:21.013Z","repository":{"id":162016108,"uuid":"615722049","full_name":"mython-dev/server-management-tool","owner":"mython-dev","description":"Этот инструмент позволяет вам мониторить и управлять вашим сервером через Telegram.","archived":false,"fork":false,"pushed_at":"2023-04-05T21:50:04.000Z","size":684,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T09:04:57.890Z","etag":null,"topics":["debian","github","linux","python","python3","scripting","server","server-management","servermanagement","servermonitor","servermonitoring","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mython-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-18T13:45:17.000Z","updated_at":"2023-03-19T15:46:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"cca31641-cc21-4344-9c19-bcb27d9855cd","html_url":"https://github.com/mython-dev/server-management-tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mython-dev/server-management-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mython-dev%2Fserver-management-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mython-dev%2Fserver-management-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mython-dev%2Fserver-management-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mython-dev%2Fserver-management-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mython-dev","download_url":"https://codeload.github.com/mython-dev/server-management-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mython-dev%2Fserver-management-tool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261095307,"owners_count":23108782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","github","linux","python","python3","scripting","server","server-management","servermanagement","servermonitor","servermonitoring","ubuntu"],"created_at":"2024-11-22T20:14:55.750Z","updated_at":"2025-06-21T09:05:15.996Z","avatar_url":"https://github.com/mython-dev.png","language":"Python","readme":"\n\n\u003cpre align=\"center\"\u003e\n ____  __  __       __  __ _____ \n/ ___||  \\/  | __ _|  \\/  |_   _|\n\\___ \\| |\\/| |/ _` | |\\/| | | |  \n ___) | |  | | (_| | |  | | | |  \n|____/|_|  |_|\\__,_|_|  |_| |_|  \n\nServer Management and Monitoring Tool\n\nЭтот инструмент позволяет вам мониторить и управлять вашим сервером через Telegram.\n                                 \n\u003c/pre\u003e\n\n## Содержание.\n\n- [Установка](https://github.com/mython-dev/server-management-tool#установка)\n- [Использование](https://github.com/mython-dev/server-management-tool#использование)\n- [Скриншоты.](https://github.com/mython-dev/server-management-tool#скриншоты)\n\n## Установка.\n\n1. Клонируйте репозиторию:\n\n```bash\ngit clone https://github.com/mython-dev/server-management-tool.git\n```\n\n2. Перейдите в директорию проекта:\n\n```bash\ncd server-management-tool\n```\n\n3. Установите зависимости:\n\n```bash\npip install -r requirements.txt\n```\n\n4. Откроете файл `config.py` и добавьте `Токен Бота` и свой `Телеграмм ID`.\n\n```python\n# config.py\nBOT_TOKEN = 'yourtelegrambottokenhere'\nTLEGRAM_ID = 'yourtelegramidhere'\n```\n\n5. Запуск интрумента:\n\n```bash\nchmod +x run.sh \u0026\u0026 chmod +x bot.py\n./run.sh\n```\n\n## Использование.\n\nПосле запуска инструмента вы можете взаимодействовать с ним через Telegram. Используйте следующие команды:\n\n- `/start`: приветственное сообщение пользователя.\n- `/help`: список доступных команд.\n- `/status`: отправляет статус сервера.\n- `/date`: показывает время работы сервера.\n- `/df`: показывает информацию о дисковом пространстве.\n- `/restart`: перезагрузить сервер.\n- `/shutdown`: выключить сервер.\n- `/install`: установить пакет, используя пакетный менеджер APT.\n- `/remove`: удалить пакет.\n- `/processes`: получить список процессов.\n- `/backup`: сделать резервную копии файла или каталога.\n- `/logs`: отправить все логи в /var/log/.\n- `/network`: сетевые настройки.\n- `/cmd`: будет выполнять команды на сервере\n\n## Скриншоты\n\n\u003cp align = \"center\"\u003e\n\u003cimg src=\"https://github.com/mython-dev/server-management-tool/blob/main/screenshots/status.png\" width=\"600\" height=\"600\"\u003e\n\u003c/p\u003e\n\n\u003cp align = \"center\"\u003e\n\u003cimg src=\"https://github.com/mython-dev/server-management-tool/blob/main/screenshots/df.png\" width=\"600\" height=\"400\"\u003e\n\u003c/p\u003e\n\n\u003cp align = \"center\"\u003e\n\u003cimg src=\"https://github.com/mython-dev/server-management-tool/blob/main/screenshots/install-remove.png\" width=\"600\" height=\"300\"\u003e\n\u003c/p\u003e\n\n\u003cp align = \"center\"\u003e\n\u003cimg src=\"https://github.com/mython-dev/server-management-tool/blob/main/screenshots/processes.png\" width=\"600\" height=\"300\"\u003e\n\u003c/p\u003e\n\n\n###  Find Me on 🌐:\n\n- [![Github](https://img.shields.io/badge/Github-mython_dev-green?style=for-the-badge\u0026logo=github)](https://github.com/mython-dev)\n\n- [![Gmail](https://img.shields.io/badge/Gmail-miton0030-green?style=for-the-badge\u0026logo=gmail)](mailto:miton0030@gmail.com)\n\n- [![Instagram](https://img.shields.io/badge/mython_dev--green?style=for-the-badge\u0026logo=instagram)](https://instagram.com/mython_dev)\n- [![Instagram](https://img.shields.io/badge/thehackerworld_--green?style=for-the-badge\u0026logo=instagram)](https://instagram.com/thehackerworld_)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmython-dev%2Fserver-management-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmython-dev%2Fserver-management-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmython-dev%2Fserver-management-tool/lists"}