Knowledge.ToString()

Tag: webmin

  • Host ASP.NET Core 6 Application with Apache Using Webmin

    Install .Net Core 6 on Ubuntu 20

    If you are using Webmin to administer your Linux box, here are the steps to run ASP.NET Core 6 application with Apache. If you are interested in installing .Net Core 3, you may use this article. Prerequisites I assume that you have setup your server, Webmin and everything is up and running. Install .Net Core…

    |

  • Webmin: 1 Package Available But Nothing to Update

    I am using Webmin to host multiple Websites. As a best practice, I am updating the packages whenever any update is available and reported on Webmin Admin Panel. From past couple of days, Webmin reported 1 package is available for update but when I click on the link, it showed “No packages available to be…

    |

  • Host ASP.NET Core 3 with Apache Using Webmin

    If you are using Webmin to administer your Linux box, here are the steps to run ASP.NET Core application with Apache. Prerequisites Ubuntu 18.04 / 20.04 Webmin I assume that you have setup your server, Webmin and everything is up and running. Install .Net Core Here is a compilation of commands to install the .Net…

    |

  • Webmin Postfix: How to solve “Host or domain name not found”

    Error Host or domain name not found. Name service error for name=”XYZ” type=AAAA: Host not found Host or domain name not found. Name service error for name=”XYZ” type=A: Host not found Here XYZ is the host name of the droplet and NOT the domain name. For example if my server’s Fully Qualified Domain Name (FQDN)…

    |

  • Webmin Let’s Encrypt: XYZ is not a valid e-mail address

    Error acme.messages.Error: urn:ietf:params:acme:error:invalidEmail :: The provided email for a registration was invalid :: Error creating new account :: “XYZ” is not a valid e-mail address Root Cause In my case, I created Virtual Server without the email feature enabled. Hence when Webmin tried to generate Let’s Encrypt SSL Certificate, it used the default email address.…

    |

  • Webmin Let’s Encrypt Throws “Failed to Establish a New Connection”

    Error requests.exceptions.ConnectionError: HTTPSConnectionPool(host=’acme-v02.api.letsencrypt.org’, port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError(‘<urllib3.connection.VerifiedHTTPSConnection object at 0x7f94951b7860>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)) Root Cause When Webmin tries to send request to Let’s Encrypt, Let’s Encrypt is trying to get the response from the Website index page. If Let’s…

    |

  • Webmin: How to change the size of Swap?

    Even after searching on internet, I could not find a way to change the Swap size. Various online tutorials only showed us how to create swap space but did not explicitly address how to change the size of swap space using Webmin. Of course, this tutorial does not use Webmin but instead it uses commands…

    |