Access Methods
Database Mart servers support multiple access methods for different use cases — management, development, service deployment, and more.
RDP Access (Windows Servers)
Remote Desktop Protocol (RDP) is the primary way to manage your Windows server with a full graphical desktop interface.
Connection instructions:
- Open Remote Desktop Connection on your local machine
- Enter the server IP address and port
- Use the administrator credentials provided in your welcome email
Default port: 1097 or 1098
SSH Access (Linux Servers)
SSH is the primary way to manage your Linux server — for installing software, configuring environments, and deploying services. Supports password login on the default port 22.
Connection command:
ssh administrator@<server-ip>