# ollama ###### tag: `app`, `windows` ### start ``` batch set OLLAMA_HOST=0.0.0.0 set OLLAMA_ORIGINS=* ollama serve ``` ### stop ``` batch netstat -ano | findstr :11434 taskkill /f /t /pid [pid] ```