user-documentation/modules/ROOT/pages/administration/index.adoc

42 lines
3.1 KiB
Text
Raw Permalink Normal View History

= Fedora Server Edition Basic Administration Guide
Peter Boy; Jan Kuparinen; Emmanuel Seyman
:page-authors: {author}, {author_2}, {author_3}
:revnumber: F37-F38
:revdate: 2023-04-21
2022-11-15 14:39:32 +01:00
:page-aliases: pages/sysadmin-an-introduction.adoc
== What You Find Here
General basic system administration is covered in Fedora's overall
//xref:fedora::system-administrators-guide.adoc[System Administrator's Guide].
System Administrator's Guide. However, there are some Fedora Server-specific topics that are not included therein.
2023-04-26 10:49:41 +02:00
This section covers topics like name resolution tools, DHCP support, special network configuration, local disk space management, and similar topics. Other sections address specific topics such as xref:virtualization/index.adoc[virtualization] or xref:containerization/index.adoc[containerization].
//, or xref:services/index.adoc[providing services].
_Currently, the compilation and description of administrative tasks is still under construction. It will be continuously expanded._
== Administrative Tools
Fedora Server Edition is designed as a headless device, i.e. without a graphical user interface. Corresponding packages are not even installed. Accordingly, only a simple text-based terminal is available on the box by default, which is somewhat euphemistically called a __Command Line Interface__ (CLI).
Very many servers do not even have a monitor and keyboard permanently connected. The administrator works over the network from his desktop. In this case, a graphical tool is also available, __Cockpit__, a lightweight web-based graphical user interface. It is very powerful and greatly simplifies administration even for experienced and CLI-savvy ("hard core") administrators.
2021-06-09 07:02:51 +02:00
//=== Comand line interface (CLI)
//Typically, however, administration is done remotely via a secure SSH connection.
//=== Cockpit
//In addition, a lightweight web-based graphical user interface, Cockpit, is available by default and is intended to simplify many typical and repetitive maintenance tasks. For example, the creation, formatting and mounting of a logical file area can be done with a short input form consisting of 3-4 topics and one click. This saves even the experienced system administrator a lot of time and the (error-free) typing of several command lines.
== System security
Fedora is very concerned about security. Accordingly, as part of the installation, the system is already fitted with many security-relevant configurations. Thus, by default, a firewall is installed and also activated, which only allows an ssh as well as a cockpit connection. SSH uses the latest encryption algorithms and blocks outdated, insecure methods.
2023-04-26 10:49:41 +02:00
There is not much left for the system administrator to do. Measures that may be required are described together with the corresponding service.
//xref:services/index.adoc[services].
However, the installation process cannot perform all security-related configurations automatically.The system manager must weigh the pros and cons and make a decision. Admins should process these items immediately after the installation. For detailed information see xref:installation/postinstallation-tasks.adoc[Post Installation Tasks].