{{ session('success') }}
{{ session('error') }}
Change the shared SFTP password for this hosting account. Team developers do not see or manage this password.
Add your SSH public key to connect over SFTP as {{ $account->username }}. Removing you from the team automatically removes this key.
@elseOwners connect with the shared account password. Team developers add their own SSH public key here after they sign in.
@endifConnect with any SFTP client
{{ $sftpCommand }}
Host
{{ $serverIp }}
Port
22
Username
{{ $account->username }}
Authentication
{{ $teamMembership ? 'SSH key' : 'Password' }}
Account Type
{{ ucfirst($account->type) }} Hosting
Product
{{ $account->product->name ?? 'N/A' }}
PHP Version
{{ $account->php_version ?? '8.2' }}
Status
{{ ucfirst($account->status) }}