import { ArrowRightIcon } from '@primer/octicons-react'; import { Link as RemixLink } from 'react-router'; import Button from '~/components/Button'; import Link from '~/components/Link'; import cn from '~/utils/cn'; export default function AgentSection() { return ( <>

Local Agent

Headplane provides a local agent that can be installed on a server to provide additional features including viewing device information and SSH access via the web interface (soon). To learn more about the agent visit the{' '} Headplane documentation

Manage Agent
); }