Tenants
No Tenants Yet
Create your first tenant to get started, or wait for users to self-register.
{{ tenant.name }}
{{ tenant.email }}
Max VMs:
{{ tenant.quota_max_vms }}
Max CPUs:
{{ tenant.quota_max_cpus }}
Max Memory:
{{ tenant.quota_max_memory_gb }} GB
Instances
đ Status Log
{{ log.time }}
{{ log.message }}
| Hostname (BASE) | Status | Tag | IP | Ports | Resources | Actions |
|---|---|---|---|---|---|---|
|
{{ instance.hostname }}
{{ instance.template }}
|
{{ instance.status }} | {{ instance.tag || 'nightly' }} | {{ instance.ip_address || '-' }} |
APP: {{ instance.ports.APP }}
REST: {{ instance.ports.REST }}
-
|
{{ instance.config.vm_cpus || 4 }} vCPU {{ (instance.config.vm_mem || 16384) / 1024 }} GB |
|
Recent Jobs
| Job ID | Tenant ID | Instance | Type | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ job.id.substring(0, 8) }} | {{ job.tenant_id ? job.tenant_id.substring(0, 8) : '-' }} | {{ job.hostname || '-' }} | {{ job.job_type }} | {{ job.status }} | {{ new Date(job.created_at).toLocaleString() }} |
VM Templates
{{ template.name }}
{{ template.description }}
CPUs:
{{ template.default_config.vm_cpus }}
Memory:
{{ (template.default_config.vm_mem / 1024) || 16 }} GB
Tag:
{{ template.default_config.TAG }}