> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allthingslinux.org/llms.txt
> Use this file to discover all available pages before exploring further.

# atl.sh

> A public Unix environment run by the All Things Linux community.

Welcome to atl.sh — a pubnix (public-access Unix server) for the All Things Linux community. You get a shell account, web hosting, and access to a growing set of community tools and games.

## Quick links

**For users**

* [User Guide](/sh/user-guide) — connecting, finger, games, messaging
* [Webring](/sh/webring) — join the community webring
* [Publishing](/sh/publishing) — web, Gemini, Gopher, CGI, FTP
* [Development](/sh/development) — languages, editors, tools, package managers
* [Resource Limits](/sh/resources) — disk quotas, CPU/memory, process isolation

**For admins**

* [Admin Guide](/sh/admin-guide) — deployment, roles, infrastructure
* [Operations](/sh/operations) — monitoring, backups, security, logs
* [SSL/TLS](/sh/operations/ssl-tls) · [Security](/sh/operations/security) · [Troubleshooting](/sh/operations/troubleshooting)
* [Local Development](/sh/development/testing) — testing with Vagrant

**For contributors**

* [Contributing](/sh/development/contributing) — PR workflow, code style
* [Adding a Role](/sh/development/adding-a-role) — step-by-step guide
* [Ansible Variables](/sh/development/variables) — complete variable reference

**Services**

* [Nginx](/sh/services/nginx) · [Gemini](/sh/services/gemini) · [Gopher](/sh/services/gopher) · [Finger](/sh/services/finger) · [FTP](/sh/services/ftp)

**Reference**

* [FAQ](/sh/faq) · [Glossary](/sh/reference/glossary) · [Code of Conduct](/sh/code-of-conduct)

## Get an account

Sign up at the [ATL Portal](https://portal.allthingslinux.org). Your shell account is provisioned automatically.

```bash theme={null}
ssh your-username@atl.sh

# Port 2222 also works if port 22 is blocked
ssh -p 2222 your-username@atl.sh
```
