Provision Ubuntu Server on WiFiGate Private Cloud
Server: {{ vmForm.hostname }}.wifigate.no
Resources: {{ vmForm.vcpu_count }}vCPU, {{ vmForm.ram_gb }}GB RAM, {{ vmForm.disk_gb }}GB Disk
Resources: {{ vm.vcpu_count }}vCPU / {{ vm.ram_gb }}GB RAM / {{ vm.disk_gb }}GB Disk
{{ vm.status === 'active' ? 'Active' : 'Pending — being provisioned...' }}
ssh -i {{ vm.hostname }}.pem admin@{{ vm.hostname }}.wifigate.no -p 2222
Name: {{ user.full_name }}
Email: {{ user.email }}
Username: {{ user.username }}
Have a question or need help? Send us a message and we will get back to you shortly.
| Name | Username | Role | VMs | Actions | |
|---|---|---|---|---|---|
| {{ cust.full_name }} | {{ cust.email }} | {{ cust.username }} | {{ cust.is_admin ? 'Admin' : 'Customer' }} Deleted | {{ cust.vm_count }} |
| Server | Customer | Resources | VLAN | Status |
|---|---|---|---|---|
| {{ vm.hostname }} | {{ vm.owner_name }} | {{ vm.vcpu_count }}vCPU, {{ vm.ram_gb }}GB | {{ vm.vlan }} | {{ vm.status }} |
| Time | User | Action | Details | IP Address | Result |
|---|---|---|---|---|---|
| {{ formatLogTime(log.created_at) }} | {{ log.username }} | {{ formatAction(log.action) }} | {{ formatDetails(log.details) }} | {{ log.ip_address }} | {{ log.result }} |