<.header> Server <%= @server.name %>

Connect to your server using root credentials and execute the following command:

# <%= @registration_command %>

<%= @uptime || "" %>s

Uptime

<%= Enum.count(@cpus || []) %>

CPUs

<%= @used_memory || 0 %> / <%= @total_memory || 0 %> GiB

Memory

<.back navigate={~p"/servers"}>Back to servers