# Show GN: 채팅으로 여러 홈서버를 관리하는 툴을 만들었습니다 - homebutler

> Clean Markdown view of GeekNews topic #27562. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=27562](https://news.hada.io/topic?id=27562)
- GeekNews Markdown: [https://news.hada.io/topic/27562.md](https://news.hada.io/topic/27562.md)
- Type: show
- Author: [swq115](https://news.hada.io/@swq115)
- Published: 2026-03-16T20:45:39+09:00
- Updated: 2026-03-16T20:45:39+09:00
- Original source: [github.com/Higangssh](https://github.com/Higangssh/homebutler)
- Points: 9
- Comments: 2

## Topic Body

홈서버 여러 대 관리할 때마다   
SSH 접속하고 docker ps 치고...   
서버마다 반복하는 걸 자동화 하고 싶어서 만들었습니다.  
  
주요 기능:  
- 멀티 서버 관리 (SSH로 여러 대 연결)  
- Docker 컨테이너 관리 (목록, 재시작, 로그)  
- 시스템 모니터링 (CPU, RAM, 디스크)  
- 볼륨/컴포즈 백업 & 복원  
- Wake-on-LAN  
- 네트워크 스캔  
- 웹 대시보드  
  
AI 에이전트(Claude, GPT 등)와 연결하면  
"라즈베리파이에서 도커 재시작해줘" 같은  
자연어 명령도 가능합니다.  
  
Go 싱글 바이너리라 설치가 매우 간단합니다  
  
GitHub: https://github.com/Higangssh/homebutler

## Comments



### Comment 53155

- Author: daumkakao
- Created: 2026-03-16T22:52:21+09:00
- Points: 1

오우... 멋지네여!!

### Comment 53167

- Author: swq115
- Created: 2026-03-17T08:30:44+09:00
- Points: 1
- Parent comment: 53155
- Depth: 1

감사합니다!
