```python title="Python" # Start server import subprocess subprocess.Popen(["python", "-m", "kreuzberg", "serve", "-H", "0.0.0.0", "-p", "8000"]) ```