Files
documentation/docs/User-Guide_Armbian-Software/Management.md
2025-04-27 22:28:15 +02:00

3.3 KiB

comments
comments
true

Remote File & Management tools

Cockpit

Cockpit web-based management tool

Cockpit

Introducing Cockpit Cockpit is a web-based graphical interface for servers, intended for everyone, especially those who are:

  • new to Linux (including Windows admins)
  • familiar with Linux and want an easy, graphical way to administer servers
  • expert admins who mainly use other tools but want an overview on individual systems

Thanks to Cockpit intentionally using system APIs and commands, a whole team of admins can manage a system in the way they prefer, including the command line and utilities right alongside Cockpit.

Author: @Tearran

Status: Stable

armbian-config --cmd CPT001

=== "Access to the web interface"

The web interface is accessible via port **9090**:

- URL: `https://<your.IP>:9090`
- Username/Password: your system login credentials

=== "Video instructions"

<iframe width="1200" height="676" src="https://www.youtube.com/embed/L9fMWCRcqIE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Samba

SAMBA Remote File share

Samba

Samba is an open-source software suite that enables seamless file and printer sharing between Linux/Unix servers and Windows clients. It allows a Linux machine to act as a domain controller, file server, or print server within a Windows network environment, supporting cross-platform interoperability.

Author: @Tearran

Status: Stable

armbian-config --cmd SMB001

Webmin

Webmin web-based management tool

Webmin

Webmin is a web-based system administration tool for Unix-like servers. It provides an easy-to-use browser interface to manage users, configure services, edit files, monitor system performance, and control almost every aspect of your server — without needing to touch the command line.

Author: @Tearran

Status: Stable

armbian-config --cmd WBM001

=== "Access to the web interface"

The web interface is accessible via port **10000**:

- URL: `https://<your.IP>:10000`
- Username/Password: your system login credentials