Deploying Webmin through the Linode Marketplace
Traducciones al EspañolEstamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
Webmin is an open source interface for Unix system administration that offers an easy to use graphical interface for managing user accounts, DNS, file sharing, and more. Webmin alleviates the need to use the command line to edit Unix system configuration files and allows you to configure your system easily from a simple web interface.
Deploying the Webmin Marketplace App
The Linode Marketplace allows you to easily deploy software on a Linode using the Linode Cloud Manager.
Log in to the Cloud Manager and select the Marketplace link from the left navigation menu. This displays the Linode Compute Create page with the Marketplace tab pre-selected.
Under the Select App section, select the app you would like to deploy.
Fill out all required Options for the selected app as well as any desired Advanced Options (which are optional). See the Configuration Options section for details.
Complete the rest of the form as discussed within the Getting Started > Create a Linode.
Click the Create Linode button. Once the Linode has provisioned and has fully powered on, wait for the software installation to complete. If the Linode is powered off or restarted before this time, the software installation will likely fail. To determine if the installation has completed, open the Linode’s Lish console and wait for the system login prompt to appear.
Follow the instructions within the Getting Started After Deployment section.
Software installation should complete within 2-5 minutes after the Linode has finished provisioning.
Configuration Options
Webmin Options
The Webmin Marketplace form includes advanced fields to setup your Webmin’s limited user account and DNS records. These are optional configuration options and are not required for installation.
Field | Description |
---|---|
The limited sudo user to be created for the Linode | This is the limited user account to be created for the Linode. This account will have sudo user privileges. |
The password for the limited sudo user | Set a password for the limited sudo user. The password must meet the complexity strength validation requirements for a strong password. This password can be used to perform any action on your server, similar to root, so make it long, complex, and unique. |
The SSH Public Key that will be used to access the Linode | If you wish to access SSH via Public Key (recommended) rather than by password, enter the public key here. |
Enable passwordless sudo access for the limited user? | If you entered an SSH Public Key above and it is for the limited user account, select Yes to allow SSH to use Public Key login for the limited user. Select No if you want SSH to rely on using password login for the limited user account. |
Disable root access over SSH? | Select Yes to block the root account from logging into the server via SSH. Select No to allow the root account to login via SSH. |
Configure automatic security updates | Select yes to automate security updates as part of this installation. |
Use fail2ban to prevent automated intrusion attempts | Select yes to
Install and Configure Fail2ban to protect against brute force attacks. |
Your Linode API Token | Your Linode API Token is needed to create DNS records. If this is provided along with the subdomain and domain fields, the installation will attempt to create DNS records via the Linode API. If you don’t have a token, but you want the installation to create DNS records, you must
create a token to use in this field before continuing. |
Subdomain | The subdomain you wish the installer to create a DNS record for during setup. The suggestion given is www . The subdomain can only be created if you also provide a domain and API Token . |
Domain | The domain name where you wish to host your Webmin server. The installer creates a DNS record for this domain during setup if you provide this field along with the required API Token . |
Admin Email for the server | The start of authority (SOA) email address for this server. This email address will be added to the SOA record for the domain. This is a required field if you want the installer to create DNS records. |
Do you need an MX record for this domain? | Check yes if you plan on using Webmin to setup email. The installer will use your API Token (required) and domain (required) to set up the necessary MX records in the DNS Manager. Select no if you do not plan on using Webmin to manage email. You can
add an MX record manually at a later time if you change your decision. |
Do you need an SPF record for this domain? | Check yes if you plan on using Webmin to setup email. The installer, along with your API Token (required) and domain (required) will set up the necessary SPF records in the DNS Manager. Select no if you do not plan on using Webmin to manage email. You can
add an SPF record manually at a later time if you change your decision. |
General Options
For advice on filling out the remaining options on the Create a Linode form, see Getting Started > Create a Linode. That said, some options may be limited or recommended based on this Marketplace App:
- Supported distributions: Debian 10
- Recommended minimum plan: All plan types and sizes can be used.
Getting Started after Deployment
Webmin is now installed and ready to use.
If you filled out the optional Webmin configuration fields:
- In the Cloud Manager DNS Manager, confirm that there is now an entry for your domain with possible subdomain, MX, and SPF records pointing to your new server.
- Configure rDNS on your Linode to point to your new domain name.
Webmin is served on port 10000. To access Webmin, navigate to either the IP address of your server, or to your domain name followed by port 10000. For example, entering
http://example.com:10000
orhttp://203.0.113.0:10000
while replacing the domain name or IP address with values for your server will allow you to reach the Webmin login screen.At the login screen, login using either:
- The system root username and password
- The sudo username and password if you set that up in the Webmin optional configuration during installation.
Once logged in, you will be taken to the Webmin dashboard, where you can see various statistics and controls for your server.
NoteCurrently, Linode does not manage software and systems updates for Marketplace Apps. It is up to the user to perform routine maintenance on software deployed in this fashion.
More Information
You may wish to consult the following resources for additional information on this topic. While these are provided in the hope that they will be useful, please note that we cannot vouch for the accuracy or timeliness of externally hosted materials.
This page was originally published on