Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select the server access key you created in the previous step.


Image Added

When starting a Windows 10 virtual server, the metadata admin_pass="password" must be added. Select Metadata, write in the Custom field admin_pass and click on the + symbol. In the right field of Existing Metadata, enter your password for the first connection to the server.

Image Added


After that, select Launch Instance. Check the status of your new server in the Compute→Instances menu.



Deleting a virtual server

The list of virtual servers can be found in the menu Compute→Instances, to delete it, you need to find the desired server and select Delete Instance in the drop-down menu.

Image Added


If you selected Create New Volume: Yes and Delete Volume on Instance Delete: No when starting the virtual server, the Volume will remain active and you can delete it Volumes→Volumes Delete Volumes.


Available networks

You can see the list of networks by selecting Network→Networks in the graphical interface or using the openstack network list command in the openstack client.


NetworkDescription

public

A public network that is accessible from any Internet address
privateA private network that enables the connection of running virtual servers. To use this network, contact us at computing@srce.hr

Users can create their own networks using VXLAN technology. This enables complete isolation from all other projects and the use of floating addresses. If you need your own private networks, please contact us at computing@srce.hr.


Security groups

Each running server will be protected at the network level with a standard security group that allows the following traffic:

  • access from the server to any address/port
  • access from any address to the server via the ICMP protocol
  • access from any address to the server via the SSH protocol (port 22)
  • access from any address to the server via the RDP protocol (port 3389)
  • access from any address to the server via the HTTP protocol (port 80)
  • access from any address to the server via the HTTPS protocol (port 443)
  • access from any server to any other server within the HTC Cloud service.


To add and change security groups, select Network→Security Groups.