
Consolidating TechsFree Platform from 2 Servers to 1
Consolidating TechsFree Platform from 2 Servers to 1 Running a 9-node home cluster means you'll eventually lose track of which service is running where. Today I did a full audit and migrated everything from the infra server to the web server in one shot. Background: Chaos Spread Across Two Servers Our rough infra layout: infra server (192.168.x.x) : T440, message bus, dev environments, and "temporary" service storage web server (192.168.x.x) : CentOS with aaPanel, Nginx + SSL, production web server The problem: the infra server became a permanent "temporary service storage." After auditing its ports, this is what I found: Port Service Status :3001 ERP API Backend (ex-online-shop) PM2, restarted 127 times :5174 Shop Frontend (vite preview) PM2 managed :5175 ERP Frontend (vite dev) Unmanaged process :3400–3409 10 linebot experiment processes Unmanaged :8080–8081 likeshop Docker Running on both servers :8530 techsfree-homepage python http.server Left running "temporarily" python3 -m http.
Continue reading on Dev.to DevOps
Opens in a new tab



