XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Finallf
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Finallf

    @Finallf

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Finallf Unfollow Follow

    Latest posts made by Finallf

    • RE: Hosts have disappeared from XO Web UI

      @dsiminiuk
      I am having this same problem.
      In my case it was because I used a not so clean debian system.
      I solved it as follows:
      I installed debia with minimal configuration, In Software selection, select only "SSH server" and "standard system utilities"
      already as root in debian I gave an apt update

      Config static IP:
      nano /etc/network/interfaces

      	# The loopback network interface
      	auto lo
      	iface lo inet loopback
      
      	# The primary network interface
      	auto eth0
      	iface eth0 inet static
      		address 192.168.1.101
      		netmask 255.255.255.0
      		gateway 192.168.1.1
      

      #Address, netmask and gateway change according to your network

      #Config SSH:
      nano /etc/ssh/sshd_config

      	Modify the line:
      		#PermitRootLogin prohibit-password
      	To:
      		PermitRootLogin yes
      	Restart ssh:
      		systemctl restart sshd
      	It is now possible to connect to Debian via SSH
      

      #Installing XCP-ng Tools

      mount /dev/cdrom /mnt
      cd /mnt
      apt install ./xe-guest-utilities_7.20.2-1_amd64.deb
      

      #Install Xen Orchestra with script:
      apt instal git
      git clone https://github.com/ronivay/XenOrchestraInstallerUpdater.git
      cd XenOrchestraInstallerUpdater/
      cp sample.xo-install.cfg xo-install.cfg

      Edit xo-install.cfg depending on your needs.
      
      ./xo-install.sh
      

      #First Configs:
      When installation is complete, browse the WebUI.
      User: admin@admin.net
      password: admin

      Go to Settings > Users
      Create a new User with Admin powers
      Log out of the WebUI and log in with the User created
      Go to Settings > Users
      Select the User admin@admin.net and click Delete User
      
      Go to Settings > Servers
      Add your XCP-ng server and click Connect
      In Status if a red exclamation appears, click on it and accept the self-signed certificate
      
      posted in Xen Orchestra
      FinallfF
      Finallf
    • RE: RunX: tech preview

      @ronan-a would it be too much to ask for a version for 8.3?
      I'm testing the alpha since publication and I would like to be able to use RunX 😄

      posted in News
      FinallfF
      Finallf
    • RE: Xscontainer

      @olivierlambert @stormi
      Is there any solution for this, I'm researching how to use xcp-ng + XO to build and manage docker.
      When I read about Xscontainer I was excited because it seemed like the best option.
      I have a small server and would like to know what would be a clean and transparent solution to achieve this.

      I've read a lot and I'm still confused.

      Below is everything I researched and read on the subject:
      https://xcp-ng.org/forum/topic/3232/docker-on-xcp-ng?page=1
      https://xcp-ng.org/blog/2021/09/14/runx-next-generation-secured-containers/
      https://www.youtube.com/watch?v=qOZk8xpIRpQ
      http://oinformata.eti.br/wp/xcp-ng-8-0-debian10-docker/
      https://doc.rmbinformatica.com.br/ajuda/redes-e-infraestrutura/xen-server/configurando-o-xenserver-para-monitoramento-de-containers-docker

      posted in Xen Orchestra
      FinallfF
      Finallf